astrometer

Documentation

Some info about how this complex system works

Setup

Clone the repository.

git clone https://github.com/lewinkoon/astrometer

Set environment variables

cd astrometer touch .env echo "PUBLIC_SUPABASE_ANON_KEY=[ANONYMOUS KEY]" >> .env echo "PUBLIC_SUPABASE_URL=[DATABASE URL]" >> .env

Run local server for development.

pnpm run dev

Or build the app.

pnpm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT