Website for the aretext editor.
- Install uv
uv tool install mkdocs --with mkdocs-material
git submodule update --init
to check out the aretext repo (so we can pull in the documentation).make build
To serve the site locally, run make server
.
cd ./aretext
git fetch
git checkout $COMMIT_SHA
cd ..
git add aretext
git commit -m "Updated aretext"