Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 996 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 996 Bytes

Playbook by Octopus

This is our internal resource for all things development.

Built with Craft and Brunch

To get started:

Contact Chris for the Craft config files.

This includes the database configuration. The database is configured on a remote server. When the repository is pulled and virtualhost is set up, the site will just work™. To work on the source files (coffee, scss, etc.),

Use Brunch for Task Automation

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — builds minified project for production