Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 502 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 502 Bytes

Get started

Set up the project locally

  • Set up your local Divio Cloud development environment
  • divio project setup pycon-uk-2018

Run the local project

  • cd pycon-uk-2018
  • divio project up

If you're working on the CSS

The project uses SASS. The project's stylesheet is private/sass/pyconuk.scss.

To recompile CSS automatically as changes are made, run docker-compose run --rm web gulp watch.