Mirror van de codebase achter https://openpubliceren.nl. Dit project is een samenwerking tussen de Open State Foundation en Forum Standaardisatie. https://openpubliceren.nl/
  • HTML 58%
  • JavaScript 17.7%
  • SCSS 14.9%
  • CSS 7.7%
  • Python 0.9%
  • Other 0.8%
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-26 11:02:42 +01:00
app Merge branch 'master' of github.com:openstate/open-publiceren 2026-01-26 11:02:42 +01:00
bin Add scripts for translations. 2020-10-05 11:22:59 +02:00
docker Pin Python 3.11 2026-01-26 10:56:35 +01:00
.gitignore Add forgotten env file. 2020-11-02 18:13:21 +01:00
config.py Working flask app. 2020-09-09 17:01:10 +02:00
fabfile.py Content updates. 2021-04-16 15:45:16 +02:00
LICENSE Initial commit 2020-09-09 11:40:05 +02:00
README.md Add development documentation 2026-01-26 10:56:38 +01:00

Open Publiceren

Development

cd docker
docker compose -f docker-compose.yml -f docker-compose-dev.yml up -d --build

# Build frontend assets (first time only)
docker compose -f docker-compose.yml -f docker-compose-dev.yml exec node bash -c "cd /opt/app/static && npm install && npm run production"

# Compile translations (first time only)
docker compose -f docker-compose.yml -f docker-compose-dev.yml exec appl bash -c "cd /opt/opb && pybabel compile -d app/translations"

Access at: http://localhost:81