Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

guardian/developers-site

Repository files navigation

Developers Site

Installation

Bundler is required - if you get an error such as ./setup.sh: line 13: bundle: command not found you probably have to install bundler

./setup.sh

Development

To start the build watcher and run a http server on port 8080

To change the default port number export a PORT variable in your shell (export PORT=9999)

./run.sh

Shutting down

fg

And then CTRL-C the process

Releasing

  1. close intellij/other IDE to avoid it touching the metadata during the process
  2. run ./release.sh from the root of the project

Note: Our web fonts only work under hosts matching *.theguardian.com.