A template for building Fedi Mods.
- Clone the repository
git clone https://github.com/fedibtc/ModBoilerplate.git
- Ensure you have Nix installed
- Open a shell and run
nix develop
- Run
mprocs to start the development processes
- Set the
POSTGRES_URL
environment variable to a production database if you're using it - Create a production build with
bun run build
- Server the build with
bun run start