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_URLenvironment 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