A homepage for Transit Talk on the web, explaining what the app is for and how to set it up.
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.
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.