fetchbook.org is where we share our fastfetch outputs. fastfetch is a CLI tool that displays system information. Its repository is located at fastfetch-cli/fastfetch.
npm installCreate a .dev.vars file in the root directory:
GITHUB_CLIENT_ID=your_github_oauth_client_id
GITHUB_CLIENT_SECRET=your_github_oauth_client_secret
JWT_SECRET=any_random_secure_long_stringInitialize the database schema for the local environment:
npx wrangler d1 execute fetchbook-db --local --file=./schema.sqlnpm run devThe server will boot up interactively (typically at http://localhost:8787).
Pre-commit hooks are natively enforced via Husky and Biome for strict formatting and syntactical safety. Be sure to test changes via npm run lint and npm run build prior to committing.
- Customize the appearance of the terminal output