Compare commits

...

2 Commits

Author SHA1 Message Date
Kuba Orlik be1af69319 Add startup info 2023-12-10 16:16:53 +01:00
Kuba Orlik 2e86066cbf Change port back to 80 2023-12-10 16:16:45 +01:00
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Mbank mt940 converter
## Uruchamianie
```
npm install
npm start
```
## Testowanie
Wygeneruj raz plik mt940 oraz csv za ten sam okres, i wykonaj:

View File

@ -12,7 +12,7 @@
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html",
"start": "http-server public -p 80"
"start": "http-server public -p 8080"
},
"author": "",
"license": "ISC",