Update README.md
This commit is contained in:
parent
192858094c
commit
e173d187f1
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,13 @@
|
||||||
# minesweeper-nojs
|
# minesweeper-nojs
|
||||||
|
|
||||||
To install dependencies:
|
To automatically compile while developing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun install
|
just dev
|
||||||
```
|
```
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
```bash
|
```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.
|
|
||||||
|
|
Loading…
Reference in a new issue