npm install before npm start

This commit is contained in:
tmont 2021-09-13 14:42:38 -07:00
parent 67520782d4
commit f912a34b59

View File

@ -18,8 +18,9 @@ A sqlite database has been generated as well. Access it with `sqlite3 ./web/genr
This database has foreign keys.
## Web UI
Run `npm start` to start the web UI. It uses [sql.js](https://sql.js.org/) to query
the SQLite database client side. Visit http://localhost:11234/ to view the UI.
Run `npm install` and then `npm start` to start the web UI. It uses
[sql.js](https://sql.js.org/) to query the SQLite database client side.
Visit http://localhost:11234/ to view the UI.
![genreviews web ui](./genreviews-web.png)