Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ Selfstarter is a starting point. We made some specific choices with Selfstarter

## Getting Started

*Note: This assumes you have Ruby 1.9.2 or later installed properly and have a basic working knowledge of how to use RubyGems*
*Note: This assumes you have Ruby 2.0.0 installed properly. Use "ruby --version" to check your Ruby version and consult [this installation page](https://www.ruby-lang.org/en/installation/) as needed.*

First you'll need to fork and clone this repo

```bash
git clone https://github.com/lockitron/selfstarter.git
```

Go into the cloned directory

```bash
cd selfstarter
```

Let's get all our dependencies setup:
```bash
bundle install --without production
Expand All @@ -44,6 +50,8 @@ Let's get it running:
rails s
```

You can now view the site on your browser at http://localhost:3000.

### Customizing

While it is *just* a skeleton, we did make it a little quicker to change around things like your product name, the colors, pricing, etc.
Expand Down