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