UNPKG

1.25 kBMarkdownView Raw
1# H3
2
3<!-- automd:badges -->
4
5[![npm version](https://flat.badgen.net/npm/v/h3)](https://npmjs.com/package/h3)
6[![npm downloads](https://flat.badgen.net/npm/dm/h3)](https://npmjs.com/package/h3)
7
8<!-- /automd -->
9
10H3 (pronounced as /eɪtʃθriː/, like h-3) is a minimal h(ttp) framework built for high performance and portability.
11
12👉 [Documentation](https://h3.unjs.io)
13
14## Contribution
15
16<details>
17 <summary>Local development</summary>
18
19- Clone this repository
20- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
21- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
22- Install dependencies using `pnpm install`
23- Run tests using `pnpm dev` or `pnpm test`
24
25</details>
26
27<!-- /automd -->
28
29## License
30
31<!-- automd:contributors license=MIT author="pi0" -->
32
33Published under the [MIT](https://github.com/unjs/h3/blob/main/LICENSE) license.
34Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/h3/graphs/contributors) 💛
35<br><br>
36<a href="https://github.com/unjs/h3/graphs/contributors">
37<img src="https://contrib.rocks/image?repo=unjs/h3" />
38</a>
39
40<!-- /automd -->
41
42<!-- automd:with-automd -->
43
44---
45
46_🤖 auto updated with [automd](https://automd.unjs.io)_
47
48<!-- /automd -->