Skip to content

fac28/connote

Repository files navigation

Connote

Overview

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.

image
image

Installation Instructions

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.

Running a Local Server

To run the server locally:

npm install
npm run dev

Access the application at localhost:3000 in your web browser.

Configuring Environmental Variables

For setting up environmental variables, refer to env.md.

Technologies Used

  • Next.js 14
  • React
  • Typescript
  • Supabase
  • Tailwind CSS
  • Playwright
  • Jest

Contributors