ninja-dialog
v1.1.24
Published
Ninja Dialog
Downloads
2
Readme
##Ninja Dialog the jQuery plugin for lethal interaction
###Develop
1.) Fork
Ninja Dialog.
2.) Clone from your fork.
git clone [email protected]:$GITHUB_USER/ninja.dialog.git ~/Development
3.) Install dependencies:
cd ~/Development/ninja.dialog
npm install
4a.) Live reload/restyle your browser when libraries/tests change:
npm start
open http://localhost:3000/
for documentation or http://localhost:3000/test
for tests
4b.) Or test manually:
npm test
5.) Commit your changes.
6.) Send a pull request.
###License Copyright 2008-2012 Jamie Hoover.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.