Skip to content

Commit 16ab38e

Browse files
author
Dan Jasnowski
committed
Update readme accordingly.
1 parent 8363563 commit 16ab38e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ First, fork the repository. Then, go into your favorite terminal.
1919

2020
> `npm run serve` will start the development server and watch for changes on the client-side code inside the `src` folder and otherwise elsewhere applicable.
2121
22-
Now, while still inside `game`, you can start the Node.js server by typing `npm run ndb` and then starting the `dev_server` script on the left-hand side.
22+
Now, while still inside `game`, you can start the Node.js server by typing `npm run ndb` and then starting the `dev:node` script on the left-hand side.
2323

24-
Or, alternatively, if you want to skip `ndb`, just do `node server.js` from the root and you should be go to go.
24+
Or, alternatively, if you want to skip `ndb`, just do `npm run dev:node` from the root and you should be go to go.
2525

2626
> `ndb` is Google Chrome's Node Debugging tool which allows node programs to be easily debugged and see all its context and variables. Highly recommended for a much easier time.
2727

0 commit comments

Comments
 (0)