Skip to content

Commit

Permalink
fix: It's npm i, not npm run i
Browse files Browse the repository at this point in the history
  • Loading branch information
rexmagnusdavid authored May 5, 2024
1 parent e60eb5b commit 1721717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Open 2 terminals and run the following commands.
cargo run
```
```bash
npm run install
npm install
npm run dev
```
#### Production
Expand All @@ -32,7 +32,7 @@ cargo build --release
start .\target\release\transit-board.exe
```
```bash
npm run install
npm install
npm run build
npm run start
```
```

0 comments on commit 1721717

Please sign in to comment.