Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 519 Bytes

Adding Awesomeness — Gatsby Mini Talk

Enhancing a basic Gatsby project with TypeScript, SCSS, Storybook.

Demo

Check presentation deployed to GitHub Pages.

How to add Gatsby project deployment to GitHub.

Install

# Clone the repo
git clone git@github.com:8kto/gatsby-mini-talk.git

# Install dependencies
cd gatsby-mini-talk/
yarn 

Run

yarn develop # or `gatsby develop`