Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 233 Bytes

Code Examples

# 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