Skip to content

Commit

Permalink
Update README.md (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
irdcat authored May 20, 2024
1 parent d6a8207 commit 090db2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,22 @@ Prequisites:
**Install http-server from npm**

```
npm install
npm install -g http-server
```

**Build the emulator**

```
.\build
.\build.sh
```

**Serve built files on a local server**

```
http-server build
http-server ./build -p8080 -c-1
```

**Open application in web browser**

Open *localhost:8080* in web browser
Open *localhost:8080* in web browser

0 comments on commit 090db2a

Please sign in to comment.