- Login with Google and GitHub
- Create, Edit, and Delete Topics
- Create, Edit, and Delete Notes
- Markdown Support
Clone the repository:
git clone git@github.com:YOU_USER/slug.gitInstall dependencies:
pnpm installCreate Your .env File
DATABASE_URL=
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=Push your DB to Supabase:
pnpx prisma db pushRun
pnpm run devThis project is built with create-t3-app