Skip to content

notes-system/notes-system

Repository files navigation

notes-system

A markdown notes system based on ReactJS.

Usage

  1. Open command prompt (terminal) inside the cloned repository folder.

  2. Install all required dependencies using the command:

    npm install
    
  3. Open the website locally using the command:

    npm run dev
    

    or

    npx vite
    
  4. Publish and Deploy

    As long as push in main branch or pull request to main branch is detected, the website will be automatically built, deployed to gh-pages branch and published to https://gavin-op.github.io/notes-system/.