Skip to content

Commit

Permalink
Merge pull request #41 from dazorni/fix-dev-installation-guide
Browse files Browse the repository at this point in the history
Listing does not work with code in between
  • Loading branch information
dazorni authored Jun 24, 2016
2 parents 0bee969 + 326c270 commit f2e0817
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,41 +37,41 @@ Now you can access the game on your docker ip at port ``80``

Checkout the repository and start with those steps:

1. Install all node dependencies
Install all node dependencies

```
npm install
```

2. Get all golang dependencies
Get all golang dependencies

```
go get -t -d -v ./...
```

3. Install ginkgo for testing
Install ginkgo for testing

```
go get github.com/onsi/ginkgo/ginkgo
```

4. Start tests
Start tests

```
ginkgo -r
```

5. Prepare public files
Prepare public files

```
npm run build
npm run build:watch
```

6. Start the application
Start the application

```
go run main.go
```

7. HAVE FUN!
HAVE FUN!

0 comments on commit f2e0817

Please sign in to comment.