Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSimons authored Mar 17, 2017
1 parent 1389b2d commit 0c1c182
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

> Example Rails codebase that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) API spec.
This repo is functionality complete but still in beta while we resolve bugs, etc -- PR's and issues welcome!
This repo is functionality complete -- PR's and issues welcome!

# Getting started

To get the Rails server running locally:

- Clone this repo
- `bundle install` to install all req'd dependencies
- `rails s` to start the local server



# Code Overview
Expand Down

0 comments on commit 0c1c182

Please sign in to comment.