diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:30:47 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:30:47 +0200 |
commit | 0d4552cb8e848c514e8f9b2e8833e59ffb34d822 (patch) | |
tree | 20eb5625dd613d6677d1a42a921d300bd125a7e3 | |
parent | cbe1ca72068ad1b279d1e78a4ae0e2fc8780ecc8 (diff) |
updated Readme slightly
-rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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 |