-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75e19e1
commit cdf55ff
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |