A markdown notes system based on ReactJS.
-
Open command prompt (terminal) inside the cloned repository folder.
-
Install all required dependencies using the command:
npm install -
Open the website locally using the command:
npm run devor
npx vite -
Publish and Deploy
As long as push in
mainbranch or pull request tomainbranch is detected, the website will be automatically built, deployed togh-pagesbranch and published to https://gavin-op.github.io/notes-system/.