Skip to content

Commit

Permalink
docs: update README.md to reflect the correct server start command us…
Browse files Browse the repository at this point in the history
…ing `npm start` instead of `node server`.
  • Loading branch information
TKanX committed Jul 30, 2024
1 parent 91b6795 commit 94360b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ npm run build:css
4. Start the server:

```bash
node server
npm start
```

0 comments on commit 94360b7

Please sign in to comment.