This is the code for the main Think About! Website, fully responsive.
It contains semantical HTML5 and a mostly class-less minimal CSS styling.
To see changes locally, simply run:
./do serve
You can also start the server in "preview" mode like this:
FEATURE_PREVIEW=1 ./do serve
This starts a webserver, which you can visit here: http://localhost:9090/en/ .
Deployment is done automatically via Travis CI on every push. Nothing to do here.