Skip to content

GPSDD/playbook

 
 

Repository files navigation

About This Project

We Want Your Feedback

Contributing

Running the Site Locally

To run the site locally on your own computer (most helpful for previewing your own changes), you will need to install Jekyll and other dependencies:

  1. If you don't already have Ruby and Bundler installed, follow the first two steps in these Jekyll installation instructions.
  2. Next, fork this repository and clone it on your computer.
  3. Navigate to the folder on your computer, and run the command bundle install at the command line prompt.

To run the site locally, run jekyll serve --watch, then visit http://localhost:4000/ in your browser to preview the site.

Editing the Stylesheets

This project uses Sass for managing its style sheets. These styles are defined in the styles.scss file. We use Jekyll's native SASS support to auto-generate the required CSS when you run the site locally, as described above.

License

CC0 1.0 Universal public domain dedication.

About

The Global Partnership Web Services Playbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.0%
  • HTML 16.9%
  • JavaScript 16.8%
  • Ruby 0.3%