Skip to content

makeomatic/makeomatic.ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d44471 · Oct 4, 2022

History

43 Commits
Oct 4, 2022
Nov 5, 2018
Oct 4, 2022
Oct 4, 2022
Nov 5, 2018
Nov 5, 2018
Nov 5, 2018
May 23, 2019
Nov 5, 2018
Nov 5, 2018
Nov 5, 2018
Nov 24, 2019
May 24, 2019
May 26, 2020
Oct 22, 2019
Nov 24, 2019
Nov 5, 2018
May 26, 2020

Repository files navigation

Developing

A nodejs >= 6.0.0 setup with yarn is recommended.

# install dependencies
yarn

# ...or, for npm
npm install

# serve with hot reload at localhost:3000
npm start

# build for production
npm run build

# build for production and push to gh-pages branch
npm run deploy