Skip to content

Commit 616cbc7

Browse files
authored
Update README.md
1 parent 1c40763 commit 616cbc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ The [user feedback widget](https://docs.sentry.io/platforms/javascript/user-feed
5454

5555
# Local Setup / Development
5656

57-
> **Warning**
58-
> Don't try take shortcuts and run these with `npm run` etc, please use the build system (`deploy.sh`) that's documented in detail below.
57+
> [!WARNING]
58+
> Don't simply use `npm run` etc directly, please use the build system (`deploy.sh`) that's documented in detail below. It's not meant to be run directly.
5959
6060
## Setup
6161

6262
1. Copy `local.env` from [empower-config](https://github.com/sentry-demos/empower-config) into `env-config` directory of your local repo, or, if you don't have access to it, follow `env-config/example.env`.
6363
2. The `REACT_APP_FLASK_BACKEND` in `env-config/local.env` points to the backend instance deployed to AppEngine, the same one used by the cloud-hosted React web app. Flask is the default backend. If you expect to run other backend types, add values for those in `env-config` in your `local.env` file as well (i.e. `REACT_APP_EXPRESS_BACKEND`).
6464
3. Confirm [Homebrew](https://brew.sh/) is installed with `brew -v`. If not, install using `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`.
6565
4. Confirm PostgreSQL is installed with `Postgres -V`. If not, install using `brew install postgresql`.
66-
5. As the application is compatible with specific versions of `node` and `npm`, install the following to be able to set the specific versions required (below describes how to achieve it using `n` package, but alternatively you can use `nvm`):
66+
5. As the application is compatible with specific versions of `node` and `npm`, install the following to be able to set the specific versions required (below describes how to achieve it using `n` package, but you can use `nvm`):
6767
1. Install compatible `npm` version with `npm install -g [email protected]`. NOTE: may need to use `sudo` with command.
6868
2. Install `n` to update `node` version with `npm install -g n`.
6969
3. Set the specific `node` version with `n XX.XX.XX`. NOTE: may need to use `sudo` with command.

0 commit comments

Comments
 (0)