Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 537 Bytes

File metadata and controls

23 lines (15 loc) · 537 Bytes

Keeper - A note taking app with a rich text editor built Next.js with a local first approach.

Tech used:

  • Framework: Next.js
  • Styling/UI: Tailwind CSS and shadcn/ui
  • ORM: Drizzle
  • Database: Sqlite (Turso)
  • Deployment: Vercel

Live URL (Demo)

https://keeper-text.vercel.app/

Getting started

To get started with this project, run

  git clone https://github.com/devSaifur/keeper.git

and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!