This is the source code of octobertricks.com
If you found a bug or want to request a feature please file a GitHub issue.
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.
You can use oc-bootstrapper
to get this project up and running.
Simply install it via composer:
composer global require offline/oc-bootstrapper
- Clone this repo
- Create a local database
- Edit the hostname and database settings in
october.yaml
- Run
october install
from the repo's root directory - Done!
- Run
npm i
inthemes/october-tricks
- Use
gulp browser-sync
for development orgulp --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.