Skip to content

sunmoyed/molamola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mola Mola

Dev Setup

Server (Do this FIRST!)

  • Install golang
    • Do appropriate GOPATH setup
    • Test with: echo $GOPATH
  • If you DID NOT yet clone the repo:
    • go get github.com/sunmoyed/molamola
  • If you DID already clone the repo:
    • mkdir -p $GOPATH/src/github.com/sunmoyed
    • mv /path/to/molamola $GOPATH/src/github.com/sunmoyed/molamola
  • make server-dev
  • Golang dependency management is done with dep

Client

  • Install npm and node
  • Go into the web directory: cd web
  • Install dependencies of this project: npm i
  • Return to the project root: cd ..
  • Run development build: make web-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published