Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.11 KB

Transit Talk Build Status

A homepage for Transit Talk on the web, explaining what the app is for and how to set it up.

Setup

This website is built using Jekyll. Follow the instructions on their site to install Jekyll, and then to run the site, in your terminal (in the project folder) run:

jekyll serve

The website will be locally available at localhost:400.

Running CI

This project has continuous integration setup through Travis, and the actual tests executed (HTML Proofer primarily) are run through ci.sh. To run this, cd into the project folder and run:

./ci.sh

This also runs stylelint and stylelint-scss so that our SCSS is clean and follows best practices.