An app to make Fiscal Data Packages from a CSV of Fiscal Data, and publish those packages to OpenSpending.
# get the code
git clone https://github.com/openspending/os-packager.git
# install dependencies
npm install
# build the frontend assets
npm run build
# run the tests
npm test
# run the server
npm start
# load the app in your default browser
open http://127.0.0.1:5000
See the docs for more information.