This is the source code of the site that hosts Challenge Enthusiasts' documentation regarding its functionalities and ruling.
Built with VitePress.
This repository (or rather, the wiki text within) is still a work in progress. Expect a bit of contradictions or redundancy while we write up all relevant topics.
Node.js is required.
- Clone GitHub folder and go inside it;
- Open a terminal and run
npm install; - Run
npm run docs:devand it should be done.
Push requests regarding functionality and/or wording are welcomed.
Translations may be accepted (If I find a way of seamlessly implementing them).