skolplattformen-backup/packages/app
Viktor Sarström 5b914ffed0 Bump build and renamed HB to AB 2021-09-12 19:28:40 +02:00
..
__mocks__ feat: 🎸 Dark mode (#364) 2021-05-06 14:35:11 +02:00
android feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
assets feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
components chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
context/language Merge with main 2021-04-17 14:44:00 +02:00
design Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
hooks feat: 🎸 Added useAppState hook and logs out user if not authenticated (#328) 2021-04-25 15:25:53 +02:00
ios Bump build and renamed HB to AB 2021-09-12 19:28:40 +02:00
patches fix: 🐛 Patch fast-fuzzy to remove warning 2021-05-09 15:13:55 +02:00
services chore: clean up typings and run prettier on all files 2021-09-09 19:57:04 +02:00
styles Fixes cut off title in ios 2021-09-01 11:21:45 +02:00
translations Merge branch 'main' of https://github.com/kolplattformen/skolplattformen into feat/daySummary 2021-09-09 00:00:33 +02:00
ui Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
utils Bumped embedded, disabled some languages that didnt work 2021-09-10 22:18:48 +02:00
.buckconfig fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
.eslintrc.json fix: 🐛 Added a11y lint and fixes those errors 2021-05-12 11:16:13 +02:00
.flowconfig Upgraded to RN 0.64 2021-03-29 09:58:03 +02:00
.gitattributes fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
.gitignore fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
.nvmrc chore(build): fix github actions (#44) 2021-02-08 13:22:32 +01:00
.prettierrc Removed lints 2021-03-29 13:42:49 +02:00
.watchmanconfig fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
App.js Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
README.md feat: day summary on front page 2021-08-31 21:54:56 +02:00
app.json Feature: automatic redirect from BankID on iOS (#139) 2021-02-19 08:43:15 +01:00
babel.config.js accidently moved babel-config 2021-04-26 11:01:00 +02:00
index.js chore(lint): fix errors 2021-08-16 19:47:47 +02:00
jest.config.js chore(jest): ta bort oanvända transformIgnorePatterns (#220) 2021-03-29 15:36:25 +02:00
metro.config.js feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
package.json fix: 🐛 Bump embedded-api to 5.2.0 2021-09-12 15:59:08 +02:00
react-native.config.js chore(lint): fix errors 2021-08-16 19:47:47 +02:00
setupTests.js Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
skolplattformen-logga-original.png new iOS icon 2020-12-29 12:29:17 +01:00
tsconfig.json refactor: använd moment för all datumhantering (#227) 2021-03-30 20:54:28 +02:00
types.d.ts refactor(app): move to typescript 2021-03-26 09:38:15 +01:00
yarn.lock fix: 🐛 Bump embedded-api to 5.2.0 2021-09-12 15:59:08 +02: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