os-admin
v0.1.0
Published
A frontend app for manage Fiscal Data Packages
Downloads
26
Readme
os-admin
OpenSpending user administration page
Quick start
get the code
git clone https://github.com/openspending/os-admin.git
install dependencies
npm install
build the frontend assets
npm run build
run the tests
npm test
run 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 /
.