We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b11c9 commit 125269cCopy full SHA for 125269c
1 file changed
README.md
@@ -2,19 +2,23 @@
2
3
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.
4
5
+## Demo
6
+
7
+- Live demo / project page: [https://github.com/heyding/conotes](https://github.com/heyding/conotes)
8
9
## Tech
10
11
- React + Vite
12
- Tailwind CSS
13
14
## Run locally
15
-1. npm install
-2. npm run dev
16
+1. `npm install`
17
+2. `npm run dev`
18
19
## Build
20
-1. npm run build
21
+1. `npm run build`
22
23
## Deploy
24
0 commit comments