Skip to content

DSSD-Madison/gmu

Repository files navigation

better-evidence-project

Setup

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.

Development

This project uses a local PostgreSQL database running in Docker for development.

Local Database Setup

To start the local database:

docker compose up -d
./scripts/migrate_db.sh # copies prod data into local (optional)

Running the Application

To run the application in development mode:

air

Frontend Development

To update the CSS:

./tools/tailwindcss -i ./web/assets/css/input.css -o ./web/assets/css/output.css --minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6