A no BS knowledge management tool for staying sharp.
- Next.js 15 (React framework)
- Vercel (nextjs hosting)
- Google Drive (storage)
- TinyMCE (rich text editor)
- Tailwind CSS (styling)
- Clone the repository
- Install dependencies:
npm install
- Create a
.env.local
file with the required environment variables - Run the development server:
npm run dev
GOOGLE_CLIENT_ID
: Google OAuth client IDGOOGLE_CLIENT_SECRET
: Google OAuth client secretNEXTAUTH_URL
: The base URL of your applicationNEXTAUTH_SECRET
: A random string used to hash tokens
MIT