blob: 03f16b160e2f83d66449ea1947980b4db139114d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<p align="center">
<a href="https://turbo.build">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="image/readme/1682620162817.png">
<img src="image/readme/1682620162817.png" height="128">
</picture>
<h1 align="center">hydroroll'</h1>
</a>
</p>
<p align="center">
<a aria-label="Vercel Site" href="https://hydroroll.retrofor.space/">
<img src="https://img.shields.io/badge/DOCS%20AND%20BLOGS-000000.svg?style=for-the-badge&logo=Vercel&labelColor=000">
</a>
<a aria-label="PYTHON version" href="https://pypi.org/project/hydroroll">
<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/retrofor/hydroroll/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>
Turbo is a next-generation toolchain for frontend development, written in Rust. It consists of 3 major parts:
- [**Turbopack:**](https://turbo.build/pack) an incremental bundler (the successor to Webpack)
- [**Turborepo:**](https://turbo.build/repo) an incremental build system
- The Turbo engine: a low-level incremental computation and memoization engine
## Getting Started
Visit https://turbo.build to get started with Turbopack and Turborepo.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
## Community
The Turbo 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 [Turbo Discord](https://turbo.build/discord).
Our [Code of Conduct](https://github.com/vercel/turbo/blob/main/CODE_OF_CONDUCT.md) applies to all Turbo 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.
## Authors
**Turborepo**
- Jared Palmer ([@jaredpalmer](https://twitter.com/jaredpalmer))
**Turbopack and the Turbo engine**
- Tobias Koppers ([@wSokra](https://twitter.com/wSokra))
- Maia Teegarden ([@padmaia](https://twitter.com/padmaia))
## 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
|