aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-landing/README.md
blob: 0f83c5574773b917ca483f0467d4b9bc9b2ae42d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# bun.sh

This is the landing page for the bun.sh site and documentation.

## Running Locally

Install dependencies

```bash
bun install
```

Run the development server:

```bash
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Building

```bash
bun run build
```