Skip to content

holderbaum-io/think-about-website

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
do
 
 
 
 

The Think About! Website Build Status

This is the code for the main Think About! Website, fully responsive.

It contains semantical HTML5 and a mostly class-less minimal CSS styling.

Development

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

Deployment is done automatically via Travis CI on every push. Nothing to do here.