1
Fork 0

Update README.md

This commit is contained in:
Tobias Berger 2023-06-27 19:05:17 +02:00
parent 192858094c
commit e173d187f1
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -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.