Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsthatguy/kevinplusrachel.com
https://github.com/itsthatguy/kevinplusrachel.com
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsthatguy/kevinplusrachel.com
- Owner: itsthatguy
- Created: 2014-07-18T03:11:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T17:09:01.000Z (about 10 years ago)
- Last Synced: 2024-04-08T16:21:31.258Z (7 months ago)
- Language: CSS
- Size: 20.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.