cgross / angular-prompt

Angular service to easily display input prompts and confirmation modals.
http://cgross.github.io/angular-prompt/demo
MIT License
52 stars 41 forks source link

Stupid question - Submitting pull request? #5

Open hendricius opened 10 years ago

hendricius commented 10 years ago

Hi sorry for the stupid question,

would like to submit a pull request. How can I set everything up locally and compile a new version?

Are there any tests I have to run?

Thanks! Great work!

cgross commented 10 years ago

If you clone the repo and do an npm install then you'll be able to run grunt serve (make sure you have grunt installed). That will start a development server on 9001. You can do manual testing using the demo app at http://localhost:9001/demo.

No test currently :(