npm install before npm start
This commit is contained in:
parent
67520782d4
commit
f912a34b59
@ -18,8 +18,9 @@ A sqlite database has been generated as well. Access it with `sqlite3 ./web/genr
|
|||||||
This database has foreign keys.
|
This database has foreign keys.
|
||||||
|
|
||||||
## Web UI
|
## Web UI
|
||||||
Run `npm start` to start the web UI. It uses [sql.js](https://sql.js.org/) to query
|
Run `npm install` and then `npm start` to start the web UI. It uses
|
||||||
the SQLite database client side. Visit http://localhost:11234/ to view the UI.
|
[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)
|
![genreviews web ui](./genreviews-web.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user