This project is Dockerized and can be deployed using the following commands:
Make sure Docker is installed and running on your machine.
Run the following command to start the development server:
make dev_init # installs the required packages
make dev # starts the development server
Alternatively, you can run the following commands to start the development server
without having to install make
:
dev.ps1
Make sure Docker is installed and running on your machine.
Run the following command to start the production server:
make prod