docs: mention prisma generate in readme
This commit is contained in:
parent
59e28630d0
commit
165cf2d282
|
@ -14,6 +14,7 @@ This repository includes the source code for both the website and the library th
|
||||||
$ git clone https://github.com/QURIresearch/metaforecast
|
$ git clone https://github.com/QURIresearch/metaforecast
|
||||||
$ cd metaforecasts
|
$ cd metaforecasts
|
||||||
$ npm install
|
$ npm install
|
||||||
|
$ npm run build # or at least `prisma generate`
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Set up a database and environment variables
|
### 2. Set up a database and environment variables
|
||||||
|
@ -38,6 +39,7 @@ See [./docs/configuration.md](./docs/configuration.md) for details.
|
||||||
$ git clone https://github.com/QURIresearch/metaforecast
|
$ git clone https://github.com/QURIresearch/metaforecast
|
||||||
$ cd metaforecasts
|
$ cd metaforecasts
|
||||||
$ npm install
|
$ npm install
|
||||||
|
$ npm run build # or at least `prisma generate`
|
||||||
$ node src/backend/manual/manualDownload.js
|
$ node src/backend/manual/manualDownload.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user