Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
geourjoa committed Nov 14, 2024
1 parent 0e7f2c3 commit 7c896b6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before

After
```json
"mirador": "npm:mirador-video@^1.0.6"
"mirador": "npm:mirador-video@^1.0.8"
```

Then run `npm install` to refresh your package.
Expand All @@ -33,15 +33,21 @@ Then run `npm install` to refresh your package.

Mirador local development requires [nodejs](https://nodejs.org/en/download/) to be installed.

1. Run `npm install` to install the dependencies.
### Installation

```sh
npm install
```

### Starting the project

```sh
$ npm start
```

Then navigate to [http://127.0.0.1:4444/](http://127.0.0.1:4444/)
Then navigate to [http://127.0.0.1:$PORT/](http://127.0.0.1:$PORT/)

$PORT is the port number where the project is running. Check the output of the start command to see the port number.

### Instantiating Mirador

Expand Down

0 comments on commit 7c896b6

Please sign in to comment.