Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 218 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 218 Bytes

Running the app using docker

# development
$ docker-compose up

# development in the background(detach)
$ docker-compose up -d

Running the app without docker

npm run dev
# or
yarn dev