https://github.com/lclpyt/goetheplaner
A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.
https://github.com/lclpyt/goetheplaner
android app ios react-native
Last synced: 5 months ago
JSON representation
A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.
- Host: GitHub
- URL: https://github.com/lclpyt/goetheplaner
- Owner: LCLPYT
- License: gpl-3.0
- Created: 2020-08-18T16:25:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:39:50.000Z (over 3 years ago)
- Last Synced: 2025-02-14T02:49:27.791Z (over 1 year ago)
- Topics: android, app, ios, react-native
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoethePlaner
A school planer app intended to be used by students of the Goethe Gymnasium Lichterfelde.
## Dev installation
To setup a workspace, clone the project and run:
`npm install`
## Testing
Before you start using the app, you need to start the dev server using:
`npm run start`
You can then use those npm tasks to run the app on a physical device:
**For Android**: `npm run android`
**For iOS**: `npm run ios`
You can also start the app on an emulator through Android Studio or XCode.
Simply open the `/android` directory with AndroidStudio or the `/ios` directory with XCode and launch the app.