Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 481 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 481 Bytes

boardify

JSON based single page static board generator for links and short notes

demo

https://mkkhedawat.github.io/boardify-demo/

how to use

install

$ npm install -g boardify
$ boardify --help

run

$ boardify --init
$ cd myBoard
$ boardify --run

build

$ boardify --build

contribution

- clone forked boardifyRepository
- cd boardifyRepository
- make changes
- npm link
- test changes
- raise pull request