Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 233 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 233 Bytes

==== Frontline ====

A game.

==== Building and Running ====

Navigate to the root directory of the application and run:

go get
go build
npm install
./node_modules/.bin/grunt uglify
./frontline

==== Testing ====

go test