Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 663 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 663 Bytes

REPO ARCHIVED!

27/10/2023 - Ben Salt - Archived repo and have removed all associated AWS config.

Weka Squad Portal

Production site is at https://weka.digital.

There's a CYCLE_START_DATE in _data/constants.js that needs updating as we change cycles.

Dev setup:

yarn
echo "SPGITHUB_TOKEN=x" > .env
yarn start

Debugging

DEBUG=Eleventy* yarn start

Deployment

Github actions is used to deploy the site on a schedule (which is in UTC) and on merge to master.