xppl/README.md

24 lines
444 B
Markdown
Raw Normal View History

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