Built the app according to the doc shared on twitter
Live here: https://note-mind.vercel.app
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
- Clone the repo
- Install dependencies
- Create .env.local at the root of the project and create following variables:-
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
- SITE_URL
- MISTRAL_API_KEY
- Add Notes
- Edit Notes
- Delete Notes
- Mark Notes as completed
- AI summarization of the note
- Email and Google Auth
- Custom SMTP server exhausted so, use below test user credentials
- Test user email: codebysidd@gmail.com
- Test user password: 123456
- Click on Login Button