PL: Silnik wiki dedykowany projektowi Ostrzółka.
EN: A dedicated wiki engine for the Ostrzółka project.
Ostrzołka Wiki to warstwa oprogramowania napędzająca platformę informacyjną o historii Bydgoszczy. Repozytorium to zawiera kod źródłowy, architekturę interfejsu oraz logikę zarządzania treścią.
- Sklonuj repozytorium:
git clone https://github.com/ostrzolka/wiki.git
- Zainstaluj zależności:
bun install
- Uruchom serwer deweloperski:
bun run dev
Jeśli chcesz pomóc w rozwoju kodu silnika (poprawa wydajności, nowe moduły wizualizacji), zapoznaj się z plikiem CONTRIBUTING.md. Poprawki błędów i propozycje nowych funkcji są zawsze mile widziane.
Ostrzołka Wiki is the software layer powering the information platform for Bydgoszcz's history. This repository contains the source code, UI architecture, and content management logic.
- Clone the repository:
git clone https://github.com/ostrzolka/wiki.git
- Install dependencies:
bun install
- Run the development server:
bun run dev
If you wish to contribute to the engine's development (performance improvements, new visualization modules), please refer to the CONTRIBUTING.md file. Bug fixes and feature requests are always welcome!
This project is licensed under the MIT License.