graasp / graasp-content-insights

GNU Affero General Public License v3.0
0 stars 0 forks source link

Graasp Insights Landing Page

The Graasp Insights website, built with GatsbyJS starting with the Woo template. The website contains:

screenshot

Getting Started

To edit and view the website in your local environment, follow the instructions below.

Prerequisites

Make sure you have GatsbyJS installed. If you don't, click here for installation instructions.

Installation

  1. After cloning the repository, run yarn install
  2. Run yarn start to launch the project on a live local server; by default, the project will launch on http://localhost:8000
  3. Edit the source code! The main content of the site is located in /content. When you finish editing, save your changes, and Gatsby will automatically reload http://localhost:8000 to reflect them

Deployment

When you are ready to show the site to the world:

  1. Run yarn build
  2. Deploy the website to the development environment by running ./scripts/deploy.sh -e .env.dev
  3. Deploy the website to production by running ./scripts/deploy.sh -e .env.prod

Credits

This theme was originally designed by StyleShout and was ported to Gatsby by Fahad Desmukh.