This repository powers mrx-org.github.io — the documentation, examples, and public roadmaps for MRX, a project to create an AI assistant for MRI research and measurements.
The site is built with Quartz v4, which converts Markdown files into a static website. This repository is a fork of jackyzha0/quartz; only the content/ folder and minor customization files have been changed.
All documentation lives in the content/ folder as Markdown files. Quartz is fully compatible with Obsidian, which is the recommended tool for authoring and organizing pages. Open the content/ folder as an Obsidian vault to get started.
Prerequisites: Node.js (see .node-version for the expected version).
npm install
npx quartz build --serveThis starts a local preview server so you can see your changes before publishing.
Push your changes using Quartz's built-in sync command or any standard Git workflow:
npx quartz syncA GitHub Actions workflow automatically builds and deploys the site on every push.