Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerimdzhanov/dotenv-flow-playground

A playground project for dotenv-flow package
https://github.com/kerimdzhanov/dotenv-flow-playground

Last synced: 17 days ago
JSON representation

A playground project for dotenv-flow package

Awesome Lists containing this project

README

        

# dotenv-flow playground

This is an example/playground project to try out **[dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow)**.

## Installation

##### 1. Pull the project source from GitHub:

```sh
$ git clone https://github.com/kerimdzhanov/dotenv-flow-webpack-playground.git
```

…or:

```sh
$ git clone [email protected]:kerimdzhanov/dotenv-flow-webpack-playground.git
```

##### 2. Install dependencies

Using npm:

```sh
$ npm install
```

Using yarn:

```sh
$ yarn
```

## Project files

_**\[TBD]** …_

## Running scripts

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.

## License

Licensed under [MIT](LICENSE) © 2023 Dan Kerimdzhanov