/kickoff-workshop-middleman-template

This is a middleman template of all the views you need to work with DatoCMS and build a report of a Kickoff Workshop

Primary LanguageCSS

Setup

git clone 

And then:

bundle install
yarn install

How to deploy

First you need to add the production remote:

git remote add production 

Then just git push to production, Netlify will take care of everything:

git push production