Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfde/offenegesetze.de
⚖️ Wir öffnen das Bundesgesetzblatt
https://github.com/okfde/offenegesetze.de
offene-gesetze
Last synced: 5 days ago
JSON representation
⚖️ Wir öffnen das Bundesgesetzblatt
- Host: GitHub
- URL: https://github.com/okfde/offenegesetze.de
- Owner: okfde
- License: mit
- Created: 2018-07-24T14:06:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T19:24:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:30:55.886Z (3 months ago)
- Topics: offene-gesetze
- Language: JavaScript
- Homepage: https://offenegesetze.de
- Size: 10.2 MB
- Stars: 84
- Watchers: 6
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - okfde/offenegesetze.de - ⚖️ Wir öffnen das Bundesgesetzblatt (others)
README
# `OffeneGesetze.de` [![Build Status](https://img.shields.io/github/workflow/status/okfde/offenegesetze.de/Test)](https://github.com/okfde/offenegesetze.de/actions/workflows/test.yml)
The Federal Law Gazettes are the central documents of German democracy. To pass a law, it has to be published in the Law Gazette. At [OffeneGesetze.de](https://offenegesetze.de/) they are now freely accessible for the first time. On the portal we provide the documents free of charge and for free re-use. [More information in our blog post.](https://okfn.de/blog/2018/12/opening-laws-in-germany/)
In this repository you can find the frontend based on [Next.js](https://github.com/zeit/next.js/) and [Bulma](https://github.com/jgthms/bulma). The backend is [in a different repository](https://github.com/okfde/api.offenegesetze.de).
## Development
```bash
git clone https://github.com/okfde/offenegesetze.de
cd offenegesetze.de
npm install
npm start
```Please make sure to format your code with [Prettier](https://prettier.io/). Either integrate it into your text editor or run `npm run pretty` before comitting.
Don't update any dependencies.
## Contributing
If you have a **question**, found a **bug** or want to propose a new **feature**, have a look at the [issues page](https://github.com/okfde/offenegesetze.de/issues).
**Pull requests** are especially welcomed when they fix bugs or improve the code quality.
## Authors
- [Johannes Filter](https://github.com/jfilter)
- [Stefan Wehrmeyer](https://github.com/stefanw)## License
MIT