mirror of
https://github.com/openstate/open-publiceren.git
synced 2026-05-06 10:32:17 +00:00
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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| app | ||
| bin | ||
| docker | ||
| .gitignore | ||
| config.py | ||
| fabfile.py | ||
| LICENSE | ||
| README.md | ||
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