- Edit any of the docs files;
- Submit a Pull Request with your changes.
Make sure you have Node.js installed. If you don't, please follow this guide.
- Clone this repo:
git clone https://github.com/peercoin/docs.git
; - Inside the cloned folder, run:
npm i -g brunch && npm i
; (skip the first command if you already havebrunch
installed); - Run:
npm start
. - Access http://localhost:3333/ in your browser.
Any changes in the project (both on docs and/or code) will be reflect automatically in the browser once you refresh it.
- In your local project, run:
npm run deploy
.