skolplattformen-backup/apps/skolplattformen-sthlm
Allan Nordhøy 9fdf205291
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (106 of 106 strings)

Translation: Skolplattformen/App translations
Translate-URL: https://hosted.weblate.org/projects/skolplattformen/app-translation/nb_NO/
2021-11-30 22:34:26 +01:00
..
__mocks__ fix: 🐛 Fix failing tests 2021-11-27 21:44:32 +01:00
android Bumped to 3.0.0 2021-11-24 20:34:47 +01:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components fix personalIdNumber validation 2021-11-30 14:24:43 +01:00
context feat: 🎸 Added food menu to features 2021-11-22 13:00:32 +01:00
data fix: auth issues 2021-11-24 07:17:44 +01:00
design moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
hooks show idNumber input on hjärntorget 2021-11-27 20:00:13 +01:00
ios fix: 🐛 merge 2021-11-27 20:27:40 +01:00
patches moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
services fix: 🐛 fix crash when moment locale and language code differ 2021-11-18 00:54:57 +01:00
styles moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
translations Translated using Weblate (Norwegian Bokmål) 2021-11-30 22:34:26 +01:00
ui moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
utils fix: 🐛 spelling of chinese traditional in chinese traditional 2021-11-23 23:07:21 +01:00
.babelrc fix app babel config 2021-10-15 23:02:10 +02:00
.buckconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.eslintrc.json Downgraded eslint, fixes lint stuff 2021-10-15 15:10:46 +02:00
.flowconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitattributes moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.gitignore moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.nvmrc moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
.prettierrc fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
.watchmanconfig moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
App.tsx fix: auth issues 2021-11-24 07:17:44 +01:00
README.md moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
app.json moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
index.js fix: rename and fix imports 2021-10-05 17:44:14 +02:00
jest.config.js Downgraded eslint, fixes lint stuff 2021-10-15 15:10:46 +02:00
metro.config.js fix: ui-kitten metro config 2021-10-06 07:09:54 +02:00
package.json Add back pods 2021-11-08 22:13:56 +01:00
react-native.config.js moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
skolplattformen-logga-original.png moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
test-setup.ts test: fix mocking in nx 2021-10-24 11:02:06 +02:00
tsconfig.app.json refactor: Fix typescript build errors (#539) 2021-11-15 23:36:26 +01:00
tsconfig.json refactor: Fix typescript build errors (#539) 2021-11-15 23:36:26 +01:00
tsconfig.spec.json fix app babel config 2021-10-15 23:02:10 +02:00
types.d.ts moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
yarn.lock merge changes from main 2021-11-07 14:04:16 +01:00

README.md

Öppna skolplattformen App

This is the app for Öppna skolplattformen.

Getting started

Have a look at the overall readme for general instructions on getting started.

Prerequisites

We use yarn as our package manager. To install it, run sudo npm install -g yarn. All the commands described here should be run from the packages/app directory.

iOS

To get started using the iOS simulator start by installing the JavaScript dependencies using

$ yarn

Next you need to install the Cocoapods dependencies for the iOS project

$ cd ios
$ pod setup
$ pod install

You should now be setup to run the app in the Simulator. Run the ios command in the root of the app.

$ yarn ios

Android

Android development requires that you have Android Studio and relevant build tools installed.

Start by installing JavaScript dependencies using

$ yarn

Before running the app you should start an emulator from Android Studio. Then run the following command to start the build

$ yarn android

Running tests

$ yarn test