https://github.com/makeomatic/makeomatic.ca
Makeomatic Canada Promotional Website
https://github.com/makeomatic/makeomatic.ca
Last synced: about 1 year ago
JSON representation
Makeomatic Canada Promotional Website
- Host: GitHub
- URL: https://github.com/makeomatic/makeomatic.ca
- Owner: makeomatic
- License: mit
- Created: 2018-11-05T11:06:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:52:11.000Z (over 1 year ago)
- Last Synced: 2025-01-05T00:23:40.946Z (about 1 year ago)
- Language: TypeScript
- Size: 89.5 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Developing
A nodejs >= 6.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.
``` bash
# 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
```