Skip to content

Commit

Permalink
docs: readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Oct 24, 2022
1 parent 0949be0 commit fb3e893
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
@@ -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

Expand All @@ -18,9 +17,6 @@ $ git clone git@github.com: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
Expand Down Expand Up @@ -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.

0 comments on commit fb3e893

Please sign in to comment.