https://github.com/itsthatguy/minecraft-plugins
attempting to roll node.js into minecraft plugins
https://github.com/itsthatguy/minecraft-plugins
Last synced: 10 months ago
JSON representation
attempting to roll node.js into minecraft plugins
- Host: GitHub
- URL: https://github.com/itsthatguy/minecraft-plugins
- Owner: itsthatguy
- Created: 2014-05-13T01:47:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T01:48:03.000Z (about 12 years ago)
- Last Synced: 2025-01-16T16:46:34.543Z (over 1 year ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minecraft-plugins
### 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.