os-admin
v0.1.0
Published
A frontend app for manage Fiscal Data Packages
Readme
os-admin
OpenSpending user administration page
Quick start
get the code
git clone https://github.com/openspending/os-admin.gitinstall dependencies
npm installbuild the frontend assets
npm run buildrun the tests
npm testrun the application...
npm start... or just open index.html in your favorite browser
(when working locally you'll need to change the <base href='admin'> element in index.html to be /.
