From dff71b98666fa9c54ce1c90a483c8503556d2993 Mon Sep 17 00:00:00 2001 From: Tom Brennan Date: Fri, 3 Oct 2025 09:14:48 -0400 Subject: [PATCH] clean up and edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ace680..07f2c5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ ## Build and run -This projectr uses [GNU make](https://www.gnu.org/software/make/) to build and run. From the repo root, run `make` to build the project. From there you can use your own web server to serve from the repo root, or run `make serve` to run a development server. `make clean` will remove the dependencies and build directory. +This project uses [GNU make](https://www.gnu.org/software/make/) to build and run. From the repo root, run `make` to build the project. From there you can use your own web server to serve from the `dist` directory, or run `make serve` to run a node-based server. `make clean` will remove the dependencies and build directory. Run `make dev` to install all dependencies and run a development server that watches for changes and reloads. (It does not refresh the browser.)