-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0949be0
commit fb3e893
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Meteor React Native Workshop | ||
|
||
The code repo for our workshop "Meteor and React Native" @ Meteor Impact 2022. | ||
It's part of the workshop preparation, so please install it prior to the workshop. | ||
|
||
This is the final code repo for our workshop "Meteor and React Native" @ Meteor Impact 2022. | ||
Please note, that I can't cover all operating systems out there. | ||
|
||
## Installation | ||
|
||
You need to have Meteor installed on your system. Follow the Meteor installation instructions on https://meteor.com | ||
You need to have Meteor installed on your system. | ||
Follow the Meteor installation instructions on [the Meteor website](https://meteor.com). | ||
|
||
### Clone the repo and checkout the workshop branch | ||
|
||
|
@@ -18,9 +17,6 @@ $ git clone [email protected]:jankapunkt/meteor-react-native-workshop.git | |
$ cd meteor-react-native-workshop | ||
``` | ||
|
||
**Note: you can play around etc. prior to the workshop, but you should either reset your changes or work on a separate | ||
branch. Please make sure you have no changes in your code when the workshop starts.** | ||
|
||
### Install and run the Meteor backend | ||
|
||
```bash | ||
|
@@ -99,6 +95,14 @@ Expo covers all that for you. | |
|
||
If you still prefer an emulator, please install them on your own behalf. | ||
|
||
## Get involved | ||
|
||
You liked this workshop or used this repo as a starter? | ||
Please leave a star and help by contributing to [@meteorrn/core](https://github.com/meteorrn/meteor-react-native). | ||
|
||
If you find issues within the code, please leave an issue. | ||
Pull requests are welcomed, too! | ||
|
||
## Questions | ||
|
||
If you have questions or problems with the installation, please leave an issue. |