You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
504 B

  1. # Contributing
  2. ## Support
  3. [Post your question on StackOverflow with the `docpad` tag](http://stackoverflow.com/questions/tagged/docpad)
  4. ## Bug reports
  5. [Post your bug report on the GitHub Issue Tracker for this project](https://github.com/docpad/docpad-plugin-gist/issues)
  6. ## Development
  7. ### Install dependencies
  8. ``` bash
  9. npm install; npm install -g coffee-script
  10. ```
  11. ### Setup for development
  12. ``` bash
  13. cake setup
  14. ```
  15. ### Watch and compile
  16. ``` bash
  17. cake watch
  18. ```
  19. ## Testing
  20. No tests yet!