This is the second iteration for the Garmeres website. For more information about this project, contact Levi Sørum.
- Open the project folder.
- Create a file named
.env.developmentand add the environment variables listed below - Run
npm ci --legacy-peer-depsand thennpm start - Open your browser at
https://localhost:8000
For local development, create a file named .env.development and add the following variables:
GATSBY_STORYBLOK_API_URL=
GATSBY_STORYBLOK_ACCESS_TOKEN=
GATSBY_STORYBLOK_CONTENT_VERSION=draft
GATSBY_GOOGLE_GTAG=
GATSBY_EVENTS_API_URL=https://events.api.garmeres.com
If you want to run a HTTPS-proxy for your localhost, first install it by running npm run install-https-proxy.
Then you can run the proxy by using one of the following commands:
npm run https-proxy-dev
npm run https-proxy
This project is still in development, and has not been released to production.