Welcome to FurryFediverse
This is the official repository of the site that is used to help promote the FurryFediverse. Please feel free to fork, and add your instance or help me clean up the site. It is tied into Cloudflare Pages so it will automatically build once you contribution is merged.
If you want to quickly start to contribute you can start the project with the following set of commands:
npm install/
cp .env.example .env
npx prisma migrate dev
And then just go on http://localhost:3000 with your webbrowser.