Self Hosting
Self hosting guide to badgerfang
Production usage:
for production usage run the following commands to build the website:
npm install
pnpm install
yarn install
bun install
npm run build
pnpm run build
yarn build
bun run build
Last updated on