Add a script to spawn a local testing database

This commit is contained in:
Ske
2020-04-28 22:07:05 +02:00
parent 8cfb1b01ab
commit 1ef798e399
2 changed files with 7 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ $ docker-compose up -d
* Create and fill in a `pluralkit.conf` file in the same directory as `docker-compose.yml`
* Run the bot: `dotnet run --project PluralKit.Bot`
(tip: use `scripts/run-test-db.sh` to run a temporary PostgreSQL database on your local system. Requires Docker.)
# Building the docs
The website and documentation are automatically built by GitHub Pages when pushed to the `master` branch. They use [Jekyll 3](https://jekyllrb.com), which requires [Ruby](https://www.ruby-lang.org) and [Bundler](https://bundler.io/).