Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsthatguy/kevinplusrachel.com


https://github.com/itsthatguy/kevinplusrachel.com

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# kevinplusrachel.com

### Includes
* Node
* Express
* Bower
* jQuery
* Ember
* Handlebars
* Gulp
* Browserify
* Stylus
* Coffeescript

### Setup

1. Clone this repo
2. run `npm install`

### Running

1. For asset generation: `gulp watch`
2. Run the server: `npm start`
3. Browse to: `http://localhost:3002`

### Deploying

1. Create your heroku instance `heroku create`
2. Deploy `git push heroku master`
3. Dance.