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