skolplattformen-backup/apps/skolplattformen-sthlm
Emil Lindqvist 826b7453c4 Make temporary change to highlight cookie issue 2021-11-13 08:59:42 +01:00
..
__mocks__ moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
android feat: 🎸 bump to version 2.0.4 2021-11-07 14:04:16 +01:00
assets moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
components feat: 🎸 Started on provider for selecting platform + feature to 2021-11-12 17:06:11 +01:00
context feat: 🎸 Started on provider for selecting platform + feature to 2021-11-12 17:06:11 +01:00
design moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
hooks feat: 🎸 Started on provider for selecting platform + feature to 2021-11-12 17:06:11 +01:00
ios feat: 🎸 Merged with main, also added api to nx 2021-11-09 10:49:12 +01:00
patches moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
services fix: lint and prettier fixes 2021-10-06 22:47:50 +02:00
styles moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
translations moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
ui moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
utils fix: lint and prettier fixes 2021-10-06 22:47:50 +02: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.js Make temporary change to highlight cookie issue 2021-11-13 08:59:42 +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 package.json fix 2021-10-26 14:33:27 +02: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 feat: add nx build system 2021-10-05 17:27:47 +02:00
tsconfig.json feat: add nx build system 2021-10-05 17:27:47 +02: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