Skip to content

zeiq-co/bestylish

Repository files navigation

Kickoff GatsbyJs

A starting point using ReactJs, bundled with awesome GatsbyJs.

Demo

Stack

To use

  • Fork or download this repository
  • Ready!

To change site config ./config/index.js

Setup

Run:

yarn install

Development

To start development server

yarn start

Deployment

yarn run build
yarn serve

Fixes

If build fails:

export NODE_OPTIONS=--max_old_space_size=4096