- run
sh setup.sh
- fill the
.env
(project root) with your configuration or leave it as it is (default configurations)
**~~ OR ~~**
- copy
example.env
to.env
(project root) - fill the
.env
(project root) with your configuration or leave it as it is (default configurations)
- run
make start
ordocker-compose -f docker-compose.prod.yml up -d --build
- open the browser and go to
http://localhost:1337
to see the app
- run
make dev
ordocker-compose -f docker-compose.prod.yml up -d --build
- open the browser and go to
http://localhost:3000
to see the app
- run
make stop
ordocker-compose -f docker-compose.yml -f docker-compose.prod.yml stop