The Graasp Insights website, built with GatsbyJS starting with the Woo template. The website contains:
To edit and view the website in your local environment, follow the instructions below.
Make sure you have GatsbyJS installed. If you don't, click here for installation instructions.
yarn install
yarn start
to launch the project on a live local server; by default, the project will launch on http://localhost:8000/content
. When you finish editing, save your changes, and Gatsby will automatically reload http://localhost:8000 to reflect themWhen you are ready to show the site to the world:
yarn build
./scripts/deploy.sh -e .env.dev
./scripts/deploy.sh -e .env.prod
This theme was originally designed by StyleShout and was ported to Gatsby by Fahad Desmukh.