Pinboard is a distributed tool for collaborating on notes.
To get things started:
- If you dont have NPM, brew install it.
git clone https://github.com/viktor-enzell/pinboard.git
- Navigate to the Pinboard folder and run
npm install
- Navigate to client folder and run
npm install
To open the site:
- In Pinboard folder, run
node server.js
- Navigate to Client folder and write
npm start