An open API service indexing awesome lists of open source software.

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

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
```