grox
grox copied to clipboard
Inspired by Hacker News from YCombinator, we make Grox as a technical knowledge sharing and collaboration platform for programmers.
Golang VN Grok
This is an experiment project of Golang VN team.
Prerequisite
Install and add these tools to your $PATH
API Server
Install dependencies
Clone this repository to $GOPATH/src/github.com/golang-vietnam/grox
and run
make install
Build
make build
Start
$GOPATH/bin/grox-server
Front-End Server
Install dependencies
npm install
Development
npm run dev
Production
npm run build
npm start