Markdown documentation manager written in Go (and React)
How to install?
- Install Go and setup your go workspace
- Install bazaar as some of go packages use
bzr
- Install MongoDB and start mongo daemon
- Node and npm installtion
- Install
bower
andreact-tools
usingnpm
npm install -g bower
npm install -g react-tools
- Finally, build and start
cd $GO_WORKSPACE/src/github.com/loconsolutions/smalldocs
make install
make build
make start