Skip to content

Commit 125269c

Browse files
committed
docs: add demo section with project page link to README
1 parent 92b11c9 commit 125269c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
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.
44

5+
## Demo
6+
7+
- Live demo / project page: [https://github.com/heyding/conotes](https://github.com/heyding/conotes)
8+
59
## Tech
610

711
- React + Vite
812
- Tailwind CSS
913

1014
## Run locally
1115

12-
1. npm install
13-
2. npm run dev
16+
1. `npm install`
17+
2. `npm run dev`
1418

1519
## Build
1620

17-
1. npm run build
21+
1. `npm run build`
1822

1923
## Deploy
2024

0 commit comments

Comments
 (0)