Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 904 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 904 Bytes

This is the style guide used for code written by Punch Through.

Contributing

Punch Through employees can suggest changes in a branch or fork, then open a pull request for discussion and integration.

Building Locally

This project is built with Jekyll.

To run a development server locally, first install necessary gems:

bundle

Then start the Jekyll server to watch the source for changes and recompile automatically:

jekyll server --watch

Your server will be running on localhost:4000.

Deploying to GitHub Pages

You shouldn't have to do this yourself. CircleCI will build the project and push to GitHub Pages automatically when master is updated.

npm install          # Install dependencies
npm run gulp deploy  # Build project and push to GitHub Pages