# Nitro [![npm version](https://flat.badgen.net/npm/v/nitropack)](https://npmjs.com/package/nitropack) [![npm downloads](https://flat.badgen.net/npm/dm/nitropack)](https://npmjs.com/package/nitropack) Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build) > [!NOTE] > You are on the v2 branch. Check [main branch](https://github.com/nitrojs/nitro/tree/main) for v3 development tree. ## Contribution
Local development - Clone this repository - Install the latest LTS version of [Node.js](https://nodejs.org/en/) - Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` - Install dependencies using `pnpm install` - Run tests using `pnpm dev` or `pnpm test`
## License Published under the [MIT](https://github.com/nitrojs/nitro/blob/main/LICENSE) license. Made by [@pi0](https://github.com/pi0) and [community](https://github.com/nitrojs/nitro/graphs/contributors) 💛

--- _🤖 auto updated with [automd](https://automd.unjs.io)_