Skip to content

eycai/tractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tractor

we like to play games

installation

  • set up your go workspace: the tractor project should be in $GOPATH/src/github.com/eycai/tractor. I use the default $GOPATH but you can change this as desired. However, everything after the $GOPATH is nonnegotiable due to the way go works :(
  • set up client:
brew install yarn
cd client
yarn build

usage

  • make docker-build: builds docker image, server running at localhost:8080
  • make docker-cleanup: clean up docker container and image from docker-build
  • for local dev: make server to start go server at localhost:8080, and make app to build client, running at localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published