HarvestDash's static website powered by Gatsby and using Grommet and styled-components for design.
-
Clone this repo
git clone https://github.com/HarvestDash/static-website/
-
Install dependencies
cd static-website/ yarn # or yarn install
-
Start developing
yarn start
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data.Open the
static-website
directory in your code editor of choice and start developing. Save your changes and the browser will update in real time!