Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 303 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 303 Bytes

Instructions

Install packages

npm ci

Create .env from .env.example and fill credentials

🚨 For production use secrets

cp .env.example .env

Run development server and start coding

npm start

Run your production app in background

docker-compose up -d