This app accompanies the permanent exhibition at the Museum of the Slovak National Councils, opened since 2019. It is an open source mobile application built using Ionic, written entirely in HTML, CSS and TypeScript, and runs on numerous platforms (tested for iOS).
The app uses:
- Ionic: https://ionicframework.com/
- Cordova: https://cordova.apache.org/
Requires Node.js
npm install -g ionic
npm install
To start a local server to run the app in your browser:
ionic serve
More info on how to use Ionic and Cordova to build native apps for various platform can be found on the Ionic documentation.
ionic cordova prepare ios
or
ionic cordova prepare ios --prod