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 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.
In this repository you can find the frontend based on Next.js and Bulma. The backend is in a different repository.
git clone https://github.com/okfde/offenegesetze.de
cd offenegesetze.de
npm install
npm start
Please make sure to format your code with Prettier. Either integrate it into your text editor or run npm run pretty
before comitting.
Don't update any dependencies.
If you have a question, found a bug or want to propose a new feature, have a look at the issues page.
Pull requests are especially welcomed when they fix bugs or improve the code quality.
MIT