update README.md

This commit is contained in:
David Lick
2020-05-28 00:24:41 -04:00
parent b644567f71
commit 888dec3402
2 changed files with 7 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+7 -1
View File
@@ -16,4 +16,10 @@ To run bookish locally first set the `BOOKSHOST` environment variable in `./dock
docker-compose up -d
```
This will start a local MySQL container on port `3306` using the `root` user and password `123pass`. A volume will be mounted that holds spin up SQL scripts that will prepare the database for you.ish-server` directory.
This will start a local MySQL container on port `3306` using the `root` user and password `123pass`. A volume will be mounted that holds spin up SQL scripts that will prepare the database for you.
Once the local backend environment is spun up you may start the `bookish-ui` development environment by running:
```
cd bookish-ui && npm start
```