Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-brito authored Feb 12, 2019
1 parent 89f8ce8 commit d48635b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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

To start the API in localhost
- Install Go 1.9+
- Clone repository
- Run: `go run main.go`

## UI / Front-end

The UI is built with React and uses [babylon.js](https://www.babylonjs.com/) to plot 3D structures. The front-end source code is available in the [front-end](https://github.com/rodrigo-brito/gocity/tree/front-end) branch.
Expand Down

0 comments on commit d48635b

Please sign in to comment.