Other teams: feel free to use this as a template for your own websites. Make sure you replace the banners, images and logo files (duh).
Needs NodeJS >= 14.5.0 and Yarn
- Clone repo using git
- Create Google API Keys for Google Calendar and Analytics
- Create a .env file at the project root DO NOT COMMIT THIS FILE
- Add the following lines to .env
KEY=<YOUR_CALENDAR_API_KEY>
- Install dependencies with
yarn install
. This may take a while depending on your internet so grab a cup of coffee or something - Run development server with
yarn run dev
- Change out files and have fun