Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garvsl authored Oct 23, 2023
1 parent 61916b4 commit a90232e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
</p>

## Quick Start
Just run the following, changing `yourappname` to the name of your project.
```
npx create-expo-app yourappname -t tamagui-expo-template --no-install
cd yourappname
yarn install
Clone/fork the repo
run yarn install
run npx expo prebuild
run npx expo run:ios
```
## Inspiration
**Problem**
Expand Down Expand Up @@ -46,8 +47,12 @@ The gut-brain axis, epigenetics, nutritional psychiatry, and healthspan are some

## How we built it

React Native, Python, Flask.

## Challenges we ran into

API integration was troubling, some didnt work at all and lots had plenty of issues, that werent related to our implementation. The biggest problem was implementing this big of a project within the allotted time, and also getting plenty of sleep!

## Accomplishments that we're proud of

## What we learned
Expand Down

0 comments on commit a90232e

Please sign in to comment.