CottageLabs / cl

The Cottage Labs website software
1 stars 4 forks source link

Cottage Labs

make the most of your data

Cottage Labs is a partnership of data experts who can help you understand and utilise your data more effectively. We can build tailored solutions for your needs, from software to processes, across the whole data spectrum...

https://cottagelabs.com

Compiling this site

  1. Install compost from https://github.com/CottageLabs/compost

  2. Compile the site for production with

compost build config.json

or to build specifically for the CL dev server

compost build dev.config.json

or to build to run locally with the python web server

compost build local.config.json
cd serve && python3 -m http.server