First install golang. The easiest way is with Brew using brew install go. Next install air and tailwindcss using make install-all-arm64 or make install-all-x64 based on your Mac version.
This project uses a local PostgreSQL database running in Docker for development.
To start the local database:
docker compose up -d
./scripts/migrate_db.sh # copies prod data into local (optional)To run the application in development mode:
airTo update the CSS:
./tools/tailwindcss -i ./web/assets/css/input.css -o ./web/assets/css/output.css --minify