Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
49
Frontend-Learner/node_modules/nitropack/README.md
generated
vendored
Normal file
49
Frontend-Learner/node_modules/nitropack/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Nitro
|
||||
|
||||
<!-- automd:badges -->
|
||||
|
||||
[](https://npmjs.com/package/nitropack)
|
||||
[](https://npm.chart.dev/nitropack)
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)
|
||||
|
||||
> [!NOTE]
|
||||
> You are on the **v2 support branch.** Checkout the [v3](https://github.com/nitrojs/nitro/tree/v3) branch for the current development.
|
||||
|
||||
## Contribution
|
||||
|
||||
<details>
|
||||
<summary>Local development</summary>
|
||||
|
||||
- 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`
|
||||
|
||||
</details>
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
## License
|
||||
|
||||
<!-- automd:contributors license=MIT author="pi0" -->
|
||||
|
||||
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) 💛
|
||||
<br><br>
|
||||
<a href="https://github.com/nitrojs/nitro/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=nitrojs/nitro" />
|
||||
</a>
|
||||
|
||||
<!-- /automd -->
|
||||
|
||||
<!-- automd:with-automd -->
|
||||
|
||||
---
|
||||
|
||||
_🤖 auto updated with [automd](https://automd.unjs.io)_
|
||||
|
||||
<!-- /automd -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue