https://github.com/jahfer/ourpolitics
Code that powers Our Politics, a guide for Canadian election platforms
https://github.com/jahfer/ourpolitics
canada elections politics reason-react
Last synced: 4 months ago
JSON representation
Code that powers Our Politics, a guide for Canadian election platforms
- Host: GitHub
- URL: https://github.com/jahfer/ourpolitics
- Owner: jahfer
- License: mit
- Created: 2015-08-31T02:14:41.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T00:01:15.000Z (8 months ago)
- Last Synced: 2025-03-31T01:19:05.413Z (8 months ago)
- Topics: canada, elections, politics, reason-react
- Language: TypeScript
- Homepage: https://ourpolitics.ca
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Our Politics
[Our Politics](https://ourpolitics.ca) 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](https://opensource.org/license/mit) license, for both commercial and non-commercial use.
Any written content (e.g. policies, summaries, comparisons) is available under the [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/) 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
```sh
$ npm run serve
```
### Build for Production
```sh
$ 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.