diff --git a/README.md b/README.md index 1e73f87..f68f6d3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ # minesweeper-nojs -To install dependencies: +To automatically compile while developing: ```bash -bun install +just dev ``` To run: ```bash -bun run server.ts +just build ``` - -This project was created using `bun init` in bun v0.4.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.