Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Uhlenbrock committed Jan 9, 2014
1 parent 2bc4c86 commit d6f1a03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 68 deletions.
82 changes: 15 additions & 67 deletions README.md
@@ -1,79 +1,27 @@
# Getting Started Guide
# queencitymerge.com

[Ample](http://www.helloample.com/) is using [Middleman](http://middlemanapp.com/guides/getting-started) to allow for templating, SASS & CoffeeScript. This is our getting started styles and markup guide. Enjoy.
Built using [Middleman](http://middlemanapp.com/guides/getting-started) to allow for ERB, SASS & CoffeeScript.

## Setup

###Get the repo up and running locally:

1. #####Create a new repo#####

2. #####Clone the Getting Started repo#####

```
$ git clone git@github.com:ample/ample-getting-started.git
```
3. #####Rename the cloned directory and cd into it#####

```
$ mv ample-getting-started your-project
$ cd your-project
```
4. #####Remove the git directory#####

```
$ rm -rf .git
```
5. #####Re-init the git repo#####

```
$ git init
```
6. #####Add the new origin#####

```
$ git remote add origin git@github.com:ample/your-project.git
```
7. #####Add the new files and commit#####

```
$ git add .
$ git commit -m "Initial commit."
```
8. #####Create a new gemset with the name of your project#####

```
$ echo 'rvm 1.9.3@your-project --create' > .rvmrc
```
9. #####Move out of the directory and then back in to initialize your gemset#####

```
$ cd ..
$ cd your-project
```
10. #####Install bundler#####
## Usage

```
$ gem install bundler
```
11. #####Install the project's gems with bundler
### Setup

```
$ bundle install
```

## Usage
# Checkout the repo
$ git clone git@github.com:qcmerge/qcm.git
$ cd qcm
$ bundle

### Running the server

# Start the middleman server
$ middleman server
### Generate static assets for release:
$ middleman

### Generate static assets for release

$ middleman build
## Questions?
### Contributing

## Questions?

Contact developers@helloample.com
Contact bobby@helloample.com
2 changes: 1 addition & 1 deletion source/2013/index.html
Expand Up @@ -1182,7 +1182,7 @@ <h3>Get to know us better</h3>
<hr />
<div class="last-year">
<h3>Looking for 2012's site?</h3>
<p>It's right <a href="/2012">here</a>.</p>
<p>It's right <a href="/2012/">here</a>.</p>
</div>
</div>
<!-- /etc -->
Expand Down

0 comments on commit d6f1a03

Please sign in to comment.