Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 472 Bytes

File metadata and controls

25 lines (14 loc) · 472 Bytes

conotes

conotes is a mobile-first Cornell Notes web app. It helps you structure notes, keep them in local storage, and export them as Markdown or PDF.

Demo

Tech

  • React + Vite
  • Tailwind CSS

Run locally

  1. npm install
  2. npm run dev

Build

  1. npm run build

Deploy

GitHub Pages deployment is configured via GitHub Actions on push to main.