diff options
| author | 2023-04-28 01:36:44 +0800 | |
|---|---|---|
| committer | 2023-04-28 01:36:44 +0800 | |
| commit | dd84b9d64fb98746a230cd24233ff50a562c39c9 (patch) | |
| tree | b583261ef00b3afe72ec4d6dacb31e57779a6faf /packages/turbo/README.md | |
| parent | 0b46fcd72ac34382387b2bcf9095233efbcc52f4 (diff) | |
| download | HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.tar.gz HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.zip | |
Diffstat (limited to 'packages/turbo/README.md')
| -rw-r--r-- | packages/turbo/README.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/packages/turbo/README.md b/packages/turbo/README.md new file mode 100644 index 0000000..97557bc --- /dev/null +++ b/packages/turbo/README.md @@ -0,0 +1,54 @@ +<p align="center"> + <a href="https://turbo.build/repo"> + <picture> + <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/4060187/196936123-f6e1db90-784d-4174-b774-92502b718836.png"> + <img src="https://user-images.githubusercontent.com/4060187/196936104-5797972c-ab10-4834-bd61-0d1e5f442c9c.png" height="128"> + </picture> + <h1 align="center">Turborepo</h1> + </a> +</p> + +<p align="center"> + <a aria-label="Vercel logo" href="https://vercel.com/"> + <img src="https://img.shields.io/badge/MADE%20BY%20Vercel-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000"> + </a> + <a aria-label="NPM version" href="https://www.npmjs.com/package/turbo"> + <img alt="" src="https://img.shields.io/npm/v/turbo.svg?style=for-the-badge&labelColor=000000"> + </a> + <a aria-label="License" href="https://github.com/vercel/turbo/blob/main/LICENSE"> + <img alt="" src="https://img.shields.io/npm/l/turbo.svg?style=for-the-badge&labelColor=000000&color="> + </a> + <a aria-label="Join the community on GitHub" href="https://github.com/vercel/turbo/discussions"> + <img alt="" src="https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge&logo=turborepo&labelColor=000000&logoWidth=20&logoColor=white"> + </a> +</p> + +## Getting Started + +Visit https://turbo.build/repo/docs to get started with Turborepo and read the documentation. + +## Community + +The Turborepo community can be found on [GitHub Discussions](https://github.com/vercel/turbo/discussions), where you can ask questions, voice ideas, and share your projects. + +To chat with other community members, you can join the [Turborepo Discord](https://turbo.build/discord) + +Our [Code of Conduct](https://github.com/vercel/turbo/blob/main/CODE_OF_CONDUCT.md) applies to all Turborepo community channels. + +## Who is using Turbo? + +Turbo is used by the world's leading companies. Check out the [Turbo Showcase](https://turbo.build/showcase) to learn more. + +## Updates + +Follow [@turborepo](https://twitter.com/turborepo) on Twitter and for project updates + +## Author + +- Jared Palmer ([@jaredpalmer](https://twitter.com/jaredpalmer)) + +## Security + +If you believe you have found a security vulnerability in Turbo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email `security@vercel.com` to disclose any security vulnerabilities. + +https://vercel.com/security |
