Skip to content

web4theme/octobertricks.com

 
 

Repository files navigation

October Tricks

This is the source code of octobertricks.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.

Development

You can use oc-bootstrapper to get this project up and running.

Simply install it via composer:

composer global require offline/oc-bootstrapper
  1. Clone this repo
  2. Create a local database
  3. Edit the hostname and database settings in october.yaml
  4. Run october install from the repo's root directory
  5. Done!

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.

About

October CMS resources and help articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.7%
  • PHP 29.5%
  • Stylus 17.7%
  • JavaScript 4.4%
  • Blade 0.6%
  • CSS 0.5%
  • Other 0.6%