summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-14 17:30:47 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-14 17:30:47 +0200
commit0d4552cb8e848c514e8f9b2e8833e59ffb34d822 (patch)
tree20eb5625dd613d6677d1a42a921d300bd125a7e3
parentcbe1ca72068ad1b279d1e78a4ae0e2fc8780ecc8 (diff)
updated Readme slightly
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index aaeb18c..c08887f 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
-# Welcome to your new ignited app!
+# Install
-[![CircleCI](https://circleci.com/gh/infinitered/ignite.svg?style=svg)](https://circleci.com/gh/infinitered/ignite)
+```sh
+yarn install
+```
-## The latest and greatest boilerplate for Infinite Red opinions
+# Run
-This is the boilerplate that [Infinite Red](https://infinite.red) uses as a way to test bleeding-edge changes to our React Native stack.
+```sh
+yarn start
+```
-Currently includes:
+or
-- React Native
-- React Navigation
-- MobX State Tree
-- TypeScript
-- And more!
+```sh
+expo start
+```
## Quick Start