# Code Examples

```sh
# create your custom config with env vars
cp ./config/default.json ./config/development.json

# edit the env vars accordingly
nano ./config/development.json

# install dependencies
npm i

# start
npm start
```
