https://github.com/bratislava/bratislava.sk
Frontend & CMS server of the new bratislava.sk website.
https://github.com/bratislava/bratislava.sk
meilisearch nextjs react strapi tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Frontend & CMS server of the new bratislava.sk website.
- Host: GitHub
- URL: https://github.com/bratislava/bratislava.sk
- Owner: bratislava
- License: eupl-1.2
- Created: 2022-05-24T14:09:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-23T08:35:29.000Z (about 1 month ago)
- Last Synced: 2026-04-23T09:29:22.381Z (about 1 month ago)
- Topics: meilisearch, nextjs, react, strapi, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://bratislava.sk
- Size: 57.6 MB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bratislava.sk
This project is led by the [Department of Innovation and Technology of the City of Bratislava](https://inovacie.bratislava.sk). We’re making it entirely open-source as we believe this promotes [savings, collaboration, auditability and innovation](https://publiccode.eu) in the public sector.
Our goal is to be transparent about services we’re developing and providing, as well as to invite other cities and municipalities to build on top of the same or similar open-source technologies we’ve already tested and used - to foster an ecosystem of collaboration between teams facing similar challenges.
## What's here
Each sub-project contains README which should get you up and running. More documentation can be (eventually) found [here](https://bratislava.github.io).
🏡 `/next` bratislava.sk Nextjs web app
🗄️ `/strapi` Strapi CMS server for bratislava.sk
📝 `/docs` contain the mapping between React and Strapi components - to be replaced by a styleguide in the future
---
🐳 `docker-compose.yml` - if you need to quickly setup postgres or meilisearch instance, run `docker compose up` (or `docker compose up postgres`, `docker compose up meilisearch`) in this directory (you need docker installed)
- in case of using `podman` use command `docker-compose up postgres`
## Acknowledgments
This project utilizes the [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) library, which is an open-source project developed by [David J. Bradshaw](https://github.com/davidjbradshaw). We are grateful for the work that has been put into this library and its contribution to the open-source community.