The Graasp Association's website, built with GatsbyJS starting with the gatsby-absurd template. The website contains:
- An overview of the Graasp Association's work
- Logos of a selection of the Association's partners/users
- Photos of the Association's team members
- FAQs
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.
- After cloning the repository, run
yarn install
- Run
yarn start
to launch the project on a live local server; by default, the project will launch on http://localhost:8000 - Edit the source code! The main sections of the site are placed in
src/sections
. When you finish editing, save your changes, and Gatsby will automatically reload http://localhost:8000 to reflect them
When you are ready to show the site to the world:
- Run
yarn build
- Deploy the website to the development environment by running
./scripts/deploy.sh -e .env.dev
; you can view this deployment on https://dev.graasp.org - Deploy the website to production by running
./scripts/deploy.sh -e .env.prod