Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 279 Bytes

File metadata and controls

26 lines (18 loc) · 279 Bytes

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