Skip to content

[OLD] Frontend of our parliamentary monitoring platform

License

Notifications You must be signed in to change notification settings

politicalwatch/tipi-frontend

Repository files navigation

TIPI FRONTEND

Read first

TIPI FRONTEND is no longer in active development, you can find our latest projects at Parlamento2030 and QHLD.

Requirements

NodeJS > 8.0

Setup

git clone [email protected]:ciecode/tipi-frontend.git
cd tipi-frontend
npm install
cp src/config/index.js.example src/config/index.js

Finally, edit config/index.js file with your specific values.

Run

npm run serve