This is a simple Gatsby boilerplate for institutional static websites.
- Clone this repo:
git clone https://github.com/luizeboli/gatsby-boilerplate.git
- Install dependencies:
yarn
# or with npm
npm install
- Start development server:
yarn develop
# or with npm
npm run develop
- Ready to work!