Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
granttchart committed Nov 8, 2023
1 parent b0e8e43 commit 6d54f73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 98 deletions.
98 changes: 0 additions & 98 deletions README

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Make sure you have [Yarn](https://yarnpkg.com/) installed, `cd` into the project
yarn install
```

If you encounter a dependency error on macOS such as `sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8`, you'll need to install these dependencies separately. Install the [Brew package manager](https://brew.sh/), then run the following commands:

```
brew install --build-from-source gcc
xcode-select install
brew install vips
```

## Running

Run `yarn develop` to start a local dev server at `http://localhost:8080`
Expand Down

0 comments on commit 6d54f73

Please sign in to comment.