/aretext.github.io

Aretext website

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

aretext.github.io

Website for the aretext editor.

Setup

  1. Install Python and pip.
  2. (Optional) Create and activate a virtualenv: virtualenv venv && source venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt

Building the site

  1. git submodule update --init to check out the aretext repo (so we can pull in the documentation).
  2. make build

To serve the site locally, run make server.

Updating the aretext documentation

cd ./aretext
git fetch
git checkout $COMMIT_SHA
cd ..
git add aretext
git commit -m "Updated aretext"