Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Virgulto committed Sep 26, 2024
1 parent 41064a5 commit beb7773
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ Follow the mongodb setup instructions in the [REMS End to End Setup Guide](https

If you would rather run with docker, follow the setup found in the [REMS Simple Setup Guide](https://github.com/mcode/rems-setup/blob/main/SimpleSetupGuide.md) (this will also setup the other REMS applications in docker as well).

## Starting the frontend

Cd into the frontend repository

### `cd frontend/`

Next, install the required dependencies by running the following:

### `npm install`

Next, start the frontend with the following:

### `npm start`

Go to the UI running on http://localhost:5173/ (or whichever port it was run on)

Still need to update docker to start the UI automatically.

## Available Scripts

In the project directory, you can run:
Expand Down

0 comments on commit beb7773

Please sign in to comment.