Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 339 Bytes

subsidystories.eu

Quick start

  • get the code git clone https://github.com/openspending/subsidystories.eu.git

  • install dependencies npm install

  • build the frontend assets npm run build

  • run the tests npm test

  • run the application: npm start and open localhost:3300 in browser

  • check code style npm run review