Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox authored Jul 15, 2024
1 parent b8a85cd commit 8a74847
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@ The goal of this project is to provide an immersive way to browse the works hous

## To get started locally

1. Clone project `git clone https://github.com/ethanfox/art-institute-chicago.git`
2. Navigate into the Project Directory `cd art-institute-chicago`
3. Install Dependencies `bun install`
4. Run the Development Server `bun run dev`
### 1. Clone project <br>
```
git clone https://github.com/ethanfox/art-institute-chicago.git
```

### 2. Navigate into the Project Directory
```
cd art-institute-chicago
```

### 3. Install Dependencies <br>
```
bun install
```

### 4. Run the Development Server <br>
```
bun run dev
```

0 comments on commit 8a74847

Please sign in to comment.