Joystream / Joystream/joystream-org

Add ENV sample file

Open
#220 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8
Forks
37
PR merge metrics
No merged PRs in 30d

Description

README.md has a section about setting up ENV

> **ENVs**
> To populate project with environment variables create files .env.development for local development and .env.production for final build.

To bootstrap a development environment, I suggest adding a `.env.sample` and a brief description of each variable - the case of `HJ_*` for Hotjar.

With this implemented, developers can create `env` files by running:

```
$ cp .env.sample .env.development
```

then update values.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.