Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
444 B

# Varia's XPPL
6 years ago
The [XPUB] library living at [Varia].
6 years ago
> https://books.vvvvvvaria.org/
[XPUB]: http://xpub.nl/#0/-128/128
[Varia]: https://varia.zone/
# Hack It
6 years ago
Install [Pipenv] and then run the development server with:
6 years ago
```bash
$ pipenv install --dev --three
$ pipenv run dev
```
6 years ago
[Pipenv]: https://pipenv.readthedocs.io/en/latest/install/#pragmatic-installation-of-pipenv
6 years ago
# Deploy It
See [ansible/README.md](ansible/README.md) for this.