Skip to content

Commit

Permalink
resolve merge conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
tsevasa committed Jul 15, 2024
1 parent 43bb497 commit 0e5c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NAVIGATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This guide gives you several pointers on how to navigate the project. The entire source code of the project is located in [src](../src/).

It is assumed you have already gone through the [Setup](./SETUP.md) process. Whenever you run `nodemon`, [build.mjs](../build.mjs) automatically deploys all clientside assets of the project from [src](../src/) to the newly created folder `dist`, and an infinite chess server at `https://localhost:3443` is launched.
It is assumed you have already gone through the [Setup](./SETUP.md) process. Whenever you run `npx nodemon`, [build.mjs](../build.mjs) automatically deploys all clientside assets of the project from [src](../src/) to the newly created folder `dist`, and an infinite chess server at `https://localhost:3443` is launched.


## Server ##
Expand Down

0 comments on commit 0e5c92d

Please sign in to comment.