Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 261 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 261 Bytes

Charity Donations

To run the application, in your terminal window type:

git clone https://github.com/rug1/charity-donations.git
cd charity-donations
npm i
npm run build
npm start

To run tests:

npm t

To run coverage:

npm run coverage