Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bprize15 committed Nov 14, 2024
1 parent 4bec519 commit 6af2e11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ in [constants.ts](/web/src/main/javascript/src/shared/constants.ts). During deve
Make sure you are using node version >=20.12.2.

To begin development run:
```bash
cd /web/src/main/javascript
```
cd ./web/src/main/javascript
npm install && npm run dev
```

Expand All @@ -34,8 +34,8 @@ The frontend must be transpiled to static assets before bundling into a jar. To
1. Ensure that the correct `ONCOTREE_BASE_URL` is specified in [constants.ts](/web/src/main/javascript/src/shared/constants.ts).
2. Run the following:

```bash
cd /web/src/main/javascript
```
cd ./web/src/main/javascript
npm install && npm run build
```
3. The frontend assets are now up to date, and you are ready to bundle the jar.
Expand Down

0 comments on commit 6af2e11

Please sign in to comment.