angular-prompt icon indicating copy to clipboard operation
angular-prompt copied to clipboard

Stupid question - Submitting pull request?

Open hendricius opened this issue 9 years ago • 1 comments

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!

hendricius avatar Nov 10 '14 13:11 hendricius

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 :(

cgross avatar Nov 10 '14 14:11 cgross