From 0e5c92da2ff0c618b13874ed6be139d42bb1bb6d Mon Sep 17 00:00:00 2001 From: "tsevasa@gmail.com" Date: Mon, 15 Jul 2024 19:03:58 +0200 Subject: [PATCH] resolve merge conflicts with main --- docs/NAVIGATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NAVIGATING.md b/docs/NAVIGATING.md index efdc71812..d2fbcd852 100644 --- a/docs/NAVIGATING.md +++ b/docs/NAVIGATING.md @@ -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 ##