Add install instructions to Readme

This commit is contained in:
Paulao17 2021-12-22 17:56:50 +01:00
parent 8fa6637b3a
commit 36024e72bc

View file

@ -2,3 +2,15 @@
Simple React project allowing analysis of Lydia Pro dumps to count different transactions
Install
```sh
npm install
```
Run
```sh
npm run start
```