This repository contains all source code and data used on the website
We have used the following open-source technologies to build our ePortfolio:
For a full list of 3rd party modules see package.json dependencies/devDependencies.
- Install Node.js
- Execute the following commands in your local repository:
npm install
npm start
You can then access the frontend on http://localhost:8000
When your app is running locally, navigate to http://localhost:8000/admin
This app is hosting-agnostic, but can be deployed to Netlify with one click:
Inside you Netlify app settings:
- Active Netlify Identity
- Activate Git Gateway and connect it to your repository
The following environment variables are required:
GATSBY_ORIGIN
: Domain of host, including protocol