you need to have:
- Docker installed
- Docker-compose installed
to see the app up and running, run:
make app-up
browse the app at: http://localhost:3000
run the following commands to get started:
cp .env.example .env
docker-compose up
you need to have:
to see the app up and running, run:
make app-up
browse the app at: http://localhost:3000
run the following commands to get started:
cp .env.example .env
docker-compose up