⚠️ IMPORTANT: Project Elara has switched over to the open-source forge Codeberg. The Project Elara repositories have been moved to this Codeberg page. This GitHub repository is no longer maintained.
This repository houses Project Elara's technical overview. See it live online.
Everything in this report is released to the public domain like the rest of Project Elara, meaning it is essentially unlicensed research, so you can use it for basically any project you want, however you want, with or without attribution.
This is a MyST site. To get started, first clone the repository:
git clone https://github.com/elaraproject/elara-technical-overviewEnsure you have Python and pip installed. Then install MyST with:
pip install mystmdTo start a live development server, run:
myst start
To build the PDF, you must have LaTeX installed. With a working LaTeX installation, the PDF can then be built with:
myst build --pdf