Follow these steps to set everything up locally.
-
Create your environment file Copy the example file:
cp env.template .env
-
Configure your environment Open
.envand fill in the required values.
Build and run the app with Docker Compose:
make upYour application should now be running locally on http://localhost:3000.
If you have any questions or need help, feel free to reach out.