Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Apr 16, 2023
1 parent c82052a commit e0a55b3
Showing 1 changed file with 1 addition and 74 deletions.
75 changes: 1 addition & 74 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,80 +42,7 @@ npx expo start

## Installation Details

If you encounter any errors, it is possible that your system does not meet the prerequisites for running this project, in which case some additional setup may be required as described below.

### macOS

1. Install Homebrew:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
2. Install Node.js:
```bash
brew install node
```
3. Install Node Version Manager (NVM):
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
```
4. Install Node package manager (NPM):
```bash
nvm install node
```
5. Globally install Expo CLI:
```bash
npm install -g expo-cli
```
6. Use NPM to globally install the Yarn package manager:
```bash
npm install -g yarn
```

### Windows

1. Install Chocolatey with Windows Package Manager (or package manager of your choice):
```bash
winget install -e --id=chocolatey.chocolatey
```
2. Install Node.js:
```bash
choco install nodejs
```
3. Install Node Package Manager (NPM):
```bash
choco install npm
```
4. Globally install Expo CLI:
```bash
npm install -g expo-cli
```
5. Globally install Yarn:
```bash
npm install -g yarn
```

### Linux

1. Install Node.js:
```bash
pacman -S nodejs
```
2. Install Node Version Manager (NVM):
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
```
3. Install Node Package Manager (NPM):
```bash
nvm install node
```
4. Globally install Expo CLI:
```bash
npm install -g expo-cli
```
6. Globally install Yarn:
```bash
npm install -g yarn
```
If you encounter any errors, it is possible that your system does not meet the prerequisites for running this project, in which case some additional setup may be required as described in the [internal Notion page](https://www.notion.so/stanforddaily/Installations-6e21a44be24749d09532e2e4467d4a80?pvs=4). Alternatively, consult the [Expo installation guide](https://docs.expo.dev/get-started/installation/).

## Troubleshooting

Expand Down

0 comments on commit e0a55b3

Please sign in to comment.