This is an example/playground project to try out **[dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow)**.
npm install dotenv-flow-playgroundThis is an example/playground project to try out dotenv-flow.
##### 1. Pull the project source from GitHub:
``sh`
$ git clone https://github.com/kerimdzhanov/dotenv-flow-webpack-playground.git
…or:
`sh`
$ git clone git@github.com:kerimdzhanov/dotenv-flow-webpack-playground.git
##### 2. Install dependencies
Using npm:
`sh`
$ npm install
Using yarn:
`sh`
$ yarn
_\[TBD] …_
Check the "scripts" section of the package.json or simply list available tasks using:
`sh`
$ npm run
> …or $ yarn run` appropriately, if you're using Yarn.
Licensed under MIT © 2023 Dan Kerimdzhanov