ACM Cyber's overengineered frontend for Cyanea.
git clone https://github.com/pbrucla/cyanea-cms
pnpm install
Before you can start hacking, you'll need to add a couple things to the .env.local file:
- a valid
AUTH_GITHUB_ID
andAUTH_GITHUB_SECRET
for a GitHub Oauth app. To generate one for debugging, see https://github.com/settings/developers. - a
CYANEA_EVENTS_REPO
with a valid Githubuser/repository
, in that format. The repository must contain acyanea.json
at its root.
The production credentials are available here.