Connote is a web application designed to engage users with poetry through innovative annotation and collaboration features. It offers an interactive platform for exploring and understanding poetry in a communal setting.
Deployed here via vercel.
Clone the repository and navigate to the project directory:
git clone https://github.com/fac28/connote.git
cd connote
Please make sure you have at least Node.js 18 or a higher version installed on your system before proceeding.
To run the server locally:
npm install
npm run dev
Access the application at localhost:3000
in your web browser.
For setting up environmental variables, refer to env.md.
- Next.js 14
- React
- Typescript
- Supabase
- Tailwind CSS
- Playwright
- Jest