This commit is contained in:
msramalho
2022-06-20 13:53:57 +02:00

View File

@@ -19,7 +19,6 @@ Read Bellingcat's article about this project in
![ukraine.bellingcat.com timemap preview](docs/example-timemap.png)
## Development
* Use **node v14.x.x**
* `npm install` to setup
* adjust any local configs in [config.js](config.js)
* `CONFIG=config.js npm run dev` or `npm run dev` if the file is named config.js
@@ -49,4 +48,4 @@ Easiest way to deploy the static files is through
* `npm run build` (rather: `CI=false npm run build`)
* copy the files to your server, for example to `/var/www/html`
</details>
</details>