This app is created for the Slovak Mining Museum in Banská Štiavnica to accompany the permanent exhibition at Kammerhof. It is optimized for tablet use and allows visitors to explore the exhibition. The app functions offline using web workers, so no internet connection is needed for on-site exploration.
This software is built with the Laravel framework.
It requires:
- PHP >= 8.0.x
- MySQL >= 5.7
Set up with:
- Copy
.env.example
to.env
and customize composer install
npm install
Start with:
npm run watch
php artisan serve
Test with:
php artisan test --env=testing
This project is maintained by lab.SNG. If you have any questions, please don't hesitate to ask by creating an issue or email us at lab@sng.sk.
Source code in this repository is licensed under the MIT license. Please see the License File for more information.