- Node.js
- NPM
- Docker (for production image creation)
Copy the .env.template
file to .env.local
and update the values as needed.
cp .env.template .env.local
npm install
npm run build
npm run dev
# Use a new tag for the image
TAG = <TAG>
# Update the following lines in the `Makefile` with the correct values
POSTHOG_KEY = <POSTHOG_API_KEY>
POSTHOG_API_HOST = <FRONTEND_URL>/ingest
API_URL = <BACKEND_URL>
# Build and push the image
make