Skip to content

Commit

Permalink
#5 Documented
Browse files Browse the repository at this point in the history
  • Loading branch information
INGSOL authored and hplatou committed Sep 3, 2018
1 parent fec924c commit 5a7d31e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ playground for testing go as an alternative for the cse-server

# Dependencies
- Install the dep tool https://golang.github.io/dep/
- Did establish this with a dep file in project, but needs more investigation.
- Type `dep ensure` in your shell to download deps to your disk.

# Interactive web development (client)
- Install https://leiningen.org/ (and possibly a Java JDK)
Expand All @@ -21,4 +21,8 @@ playground for testing go as an alternative for the cse-server

# Interactive web development (server)
- Install https://github.com/codegangsta/gin
- Did not get any further on this, but should be the way to go.
- Did not get any further on this, but should be the way to go.

# Building binary distribution
- In client folder: Run `lein cljsbuild once min`
- In server root folder: Run `packr build`

0 comments on commit 5a7d31e

Please sign in to comment.