cp .env.example .env
Ensure that SUPABASE_URL
and SUPABASE_ANON_KEY
are set. This is for GitHub user registration on login.
yarn
yarn start
open http://localhost:8080
- There is a plugin (
build/plugins/invert-colors.ts
) that inverts the greyscale shades instyle.css
and 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.css
to not be processed.
- Login with GitHub to view issues locally
- Keyboard navigation (up/down arrows and escape/enter key)
- Sorting