Skip to content

Code that powers Our Politics, a guide for Canadian election platforms

License

Notifications You must be signed in to change notification settings

jahfer/ourpolitics

Repository files navigation

Our Politics

Our Politics started in 2015 with a single aim: making election platforms easier to understand.

Elections matter, but understanding headlines and press releases takes a lot of time. Our Politics aims to offer easy-to-read summaries of party platforms.

License

The code to run Our Politics is available under the MIT license, for both commercial and non-commercial use.

Any written content (e.g. policies, summaries, comparisons) is available under the CC BY-NC license, for non-commercial use.

Contributions

By submitting content to this repository, you agree to license your contribution under the CC BY-NC license.

Development

Run Project

$ npm run serve

Build for Production

$ npm run build
$ npm run preview

This will replace the development artifacts in www/ for optimized versions. You can then deploy the contents of the www/ directory.