Skip to content

Commit 96bc9b9

Browse files
authored
Revise README for local development instructions
Updated instructions for local development setup.
1 parent 1f730d0 commit 96bc9b9

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# rust-nyc.github.io
22

3-
To install dependencies:
3+
## Developing Locally
44

5-
```bash
6-
bun install
7-
```
5+
_`mise` manages all tool versions and the environment for you_
86

9-
To run:
10-
11-
```bash
12-
bun run
13-
```
14-
15-
This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
7+
1. [Setup `mise`](https://mise.jdx.dev/getting-started.html)
8+
2. Run `mise run dev`

0 commit comments

Comments
 (0)