Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 710 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 710 Bytes

Kickoff GatsbyJs

A starting point using ReactJs, bundled with awesome GatsbyJs v4.

Demo

Stack

To use

  • Fork or download this repository
  • Ready!

To change site config ./utils/config.js

Setup

Run:

yarn install

Development

To start development server

yarn start

Deployment

yarn run build
yarn serve

Lint code and check errors

Using Eslint and Prettier

yarn lint