Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 259 Bytes

Running Locally

MUST

rename sample.env to .env and set all env varibale

With Docker

- In linux
> docker compose up

- In Windows
> docker-compose up

Without docker

  1. Install node

  2. run npm install

  3. run npm run dev