Hello!
This is the first web client created for Elvis, an app that enhances the exploration of public spending data.
If you want to get involved, please read on to discover the tech stack and some of the requirements, then head to the CONTRIBUTING file in this repository.
If you just want to look around, make sure you also check:
- Project's homepage
- Discussion forum
- The public instance of the project
- The backend source code
- The rest of the code in our GitHub organization
- Ember.js
- SASS
- Materialize
- Vis.js
- Other awesome libraries and techniques
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install -g yarn
yarn
bower install
ember serve
- Visit your app at http://localhost:4200.
Copyright (C) 2015-2016 Members of the "tenders-exposed" GitHub organisation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.