https://github.com/mlms13/team-badlands
https://github.com/mlms13/team-badlands
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlms13/team-badlands
- Owner: mlms13
- Created: 2015-11-05T23:27:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T23:58:30.000Z (over 10 years ago)
- Last Synced: 2025-02-04T17:53:18.144Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://team-badlands.2015.nodeknockout.com
- Size: 922 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
~~~sh
# getting the code
git clone git@github.com:nko5/team-badlands.git && cd ./team-badlands/
# developing
npm install
npm start
# setup your modulus account
npm install -g modulus
modulus login
# deploying to Modulus (to http://team-badlands.2015.nodeknockout.com/)
modulus deploy
# view the most recent logs from modulus
modulus project logs
~~~
Read more about this setup [on our blog][deploying-nko].
[deploying-nko]: http://www.nodeknockout.com/deploying
### Vote KO Widget

Use our "Vote KO" widget to let from your app directly. Here's the code for
including it in your site:
~~~html
~~~
## Have fun!
If you have any issues, we're on IRC in #nodeknockout on freenode, email us at
, or tweet [@nodeknockout](https://twitter.com/nodeknockout).