Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 773 Bytes

iCal Hooks

Documentation for iCal Hooks, a specification that add webhooks subscriptions on to of iCal.

Resources

  • Twitter: @icalhooks

Status

This standard is currently under development. To assist:

  1. Fork this project

  2. Get the dependencies:

    $ bundle

  3. Host the site locally while editing:

    $ bundle exec rake preview:browser

    You can also use Pow as this project is also set as a Rack application and Guard to handle live recompilation. Then use:

    $ bundle exec guard

  4. Edit the Markdown files.

  5. Commit your changes.

  6. Send a Pull Request when finished.

For project owners, you can publish to GitHub Pages using rake publish.