This is our internal resource for all things development.
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.),
- Install (if you don't have them):
- 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