Skip to content

Commit

Permalink
Merge pull request #13177 from akbarkz/chore/readme_mac_dotrun
Browse files Browse the repository at this point in the history
add to README steps to fix Chromium related error on Mac
  • Loading branch information
akbarkz authored Sep 26, 2023
2 parents 8b58420 + ad389f2 commit f74a737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Once it's installed, run the project with:
dotrun
```

For Mac users, in case running `dotrun` returns an error related to Chromium, add the following line to your local `.env.local` file (create one if you don't have it):

```
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
```

Once the server has started, you can visit <http://127.0.0.1:8001> in your browser.

# Deploy
Expand Down

0 comments on commit f74a737

Please sign in to comment.