Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 535 Bytes

File metadata and controls

16 lines (15 loc) · 535 Bytes

Running the project on your machine

  • prerequisites
    • a machine with any os that supports node and npm (this guide is based on ubuntu/linux)
    • node (tested on v23.1.0)
    • npm (tested on 10.9.0)
  • open your terminal
  • clone this repository to your machine:
    • git clone https://github.com/Note-Manager/note-manager
  • create a folder at root and put plugin-api here
  • move to the root directory of this repo:
    • cd note-manager
  • build the application:
    • npm install
  • finally, run the application:
    • npm run start