This repository contains the source code for the front-end of the Nationskollen mobile application.
All documentation for Nationskollen is available here (Currently being updated).
npm run docs
- generate documentation in docsnpm run docs:watch
- generate documentation and watch for changes
The command line tools for Expo:
npm install --global expo-cli
Commands for simulating the app:
npm start
- you can open iOS, Android, or web from here, or run them directly with the commands below.npm run android
- requires an android device for acces to an android simulatornpm run ios
- requires an iOS device or macOS for access to an iOS simulatornpm run web
- emulate on a web browser