rfschub-server
is the backend of web application rfschub
, rfsc
is the abbreviation for the famous slogan Read the Fxxking Source Code. You can create source code reading project or join other's reading project, make some comments while reading the code. Have fun reading code!
go
at least 1.12- mongodb
- git default in /usr/local/bin
- universal-ctags default in /usr/local/bin
- syntect_server default in /usr/local/bin
go get github.com/lt90s/rfschub-server
cd rfschub-server
./dev/start.sh
After starting the server, head to rfschub-web to see how to serve the webUI.