Skip to content

digidubae/sharpr.me

Repository files navigation

Sharpr.me

A no BS knowledge management tool for staying sharp.

Tech Stack

  • Next.js 15 (React framework)
  • Vercel (nextjs hosting)
  • Google Drive (storage)
  • TinyMCE (rich text editor)
  • Tailwind CSS (styling)

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create a .env.local file with the required environment variables
  4. Run the development server: npm run dev

Environment Variables

  • GOOGLE_CLIENT_ID: Google OAuth client ID
  • GOOGLE_CLIENT_SECRET: Google OAuth client secret
  • NEXTAUTH_URL: The base URL of your application
  • NEXTAUTH_SECRET: A random string used to hash tokens

License

MIT