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