attempting to fix formatting again

This commit is contained in:
jasquat 2022-07-22 11:00:34 -04:00
parent 3130427c22
commit 0773c8377d
1 changed files with 6 additions and 0 deletions

View File

@ -46,15 +46,21 @@ Running Locally
---------------
* Install libraries using poetry:
.. code:: console
$ poetry install
* Setup the database - currently requires mysql:
.. code:: console
$ ./bin/recreate_db
* Run the server:
.. code:: console
$ ./bin/run_server_locally