Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 711 Bytes

Smalldoc

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 and react-tools using npm
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