Skip to content

Commit

Permalink
Fix the commands in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 22, 2023
1 parent 225985c commit d467b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ Install NodeJS
winget install -e --id OpenJS.NodeJS
```

Install node modules
Install apps

```sh
git clone https://github.com/CaseyNelson314/EFSim.git
cd EFSim
npm install --save-dev
```

### launch local server

```
npm dev
npm run dev
```

0 comments on commit d467b50

Please sign in to comment.