Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 667 Bytes

Winter Tricks

This is the source code of wintertricks.com

Contributing

Bugs and feature requests

If you found a bug or want to request a feature please file a GitHub issue.

Pull requests

PRs are always welcome! Open them against the master branch.

If you plan a time-consuming contribution please open an issue first and describe what changes you have in mind.

Compile theme assets

  1. Run npm i in themes/october-tricks
  2. Use gulp browser-sync for development or gulp --production to build production assets.

Note: If you create a PR you don't have to compile the assets manually. This is done during the deployment process.