WIP Issue Tracker built with Next.js and some other thingies
You can change the theme accent color near the end of app/layout.tsx
:
<Theme accentColor="cyan">
...
</Theme>
This color will then be respected throughout the app.
DATABASE_URL="mysql://user:password@localhost:3306/issue-tracker"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=secret
GOOGLE_CLIENT_ID=secret
GOOGLE_CLIENT_SECRET=secret