Skip to content

Commit

Permalink
Adding further instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
futurefabric committed Jul 3, 2014
1 parent 75e19e1 commit cdf55ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,19 @@ With Rails successfully installed, you should then clone this repository to a lo
```
git clone [email protected]:futurefabric/govuk-prototyping-rails.git
```

### Run the server

In the command line, cd in to the repo you just cloned.
To start the rails server, run:

```
rails server
```

You should now be able to view the default example view of this prototyping app by going to http://localhost:3000 in your browser.


### More soon

Updating this readme as and when I have time, more soon.

0 comments on commit cdf55ff

Please sign in to comment.