mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
29 lines
645 B
Markdown
29 lines
645 B
Markdown
<p align="center">
|
|
<a href="https://bun.com">
|
|
<img src="https://github.com/user-attachments/assets/50282090-adfd-4ddb-9e27-c30753c6b161" alt="Logo" height="170" />
|
|
</a>
|
|
</p>
|
|
<h1 align="center">Bun Documentation</h1>
|
|
|
|
Official documentation for Bun: the fast, all-in-one JavaScript runtime.
|
|
|
|
## Development
|
|
|
|
Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview the documentation locally:
|
|
|
|
```bash
|
|
bun install -g mint
|
|
```
|
|
|
|
Run the development server:
|
|
|
|
```bash
|
|
mint dev
|
|
```
|
|
|
|
The site will be available at `http://localhost:3000`.
|
|
|
|
## Contributing
|
|
|
|
Contributions are welcome! Please open an issue or submit a pull request.
|