Skip to content

Playbook works for now (also considered styleguide and resource)

Notifications You must be signed in to change notification settings

octopuscreative/playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Playbook works for now (also considered styleguide and resource)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published