cp .env.example .envEnsure that SUPABASE_URL and SUPABASE_ANON_KEY are set. This is for GitHub user registration on login.
bun install
bun run start
open http://localhost:8080- There is a plugin (
build/plugins/invert-colors.ts) that inverts the greyscale shades instyle.cssand outputsinverted-style.css. - This plugin specifically seeks greyscale colors. Any colors with saturation are ignored.
- Any deliberate use of color (with saturation) should be added in
special.cssto not be processed.
- Login with GitHub to view issues locally
- Keyboard navigation (up/down arrows and escape/enter key)
- Sorting


