Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-brito committed Feb 14, 2019
1 parent 705567f commit b5d57a0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ GoCity is an implementation of the Code City metaphor for visualizing source cod
- The Number of Variables (NOV) correlates to the building's base size.
- The Number of methods (NOM) correlates to the building height.

## How To Run API in Localhost
## Private Repositories / Localhost

To start the API in localhost
- Install Go 1.9+
- Clone repository
- Run: `go run main.go`
Install gocity:
- `go get -u github.com/rodrigo-brito/gocity`

Open a local project:
- `gocity open github.com/example/my-project`

## UI / Front-end

Expand Down

0 comments on commit b5d57a0

Please sign in to comment.