mirror of
https://github.com/tiktok/sparo.git
synced 2025-03-23 19:29:52 -04:00
Merge pull request #45 from tiktok/octogonz/under-construction
Remove "under construction" notices
This commit is contained in:
commit
5c929b8543
5 changed files with 11 additions and 30 deletions
|
@ -1,13 +1,6 @@
|
|||
|
||||
<img width="380" src="./common/assets/sparo-380.png" alt="Sparo" />
|
||||
|
||||
> 🚧 UNDER CONSTRUCTION 🚧
|
||||
>
|
||||
> This project is still under development.
|
||||
> It is not yet ready for general usage.
|
||||
> If you have questions or feedback, let us know
|
||||
> using [GitHub discussions](https://github.com/tiktok/sparo/discussions).
|
||||
|
||||
## Monorepo for Sparo toolkit
|
||||
|
||||
<!-- Text below this line should stay in sync with the website index.md -->
|
||||
|
|
|
@ -1,14 +1,6 @@
|
|||
## sparo-lib
|
||||
|
||||
> 🚧 UNDER CONSTRUCTION 🚧
|
||||
>
|
||||
> This is an early test release of the software.
|
||||
> It is not yet ready for general usage.
|
||||
> If you have questions about this project, let us know
|
||||
> using [GitHub discussions](https://github.com/tiktok/sparo/discussions).
|
||||
|
||||
This is a companion package for the Sparo tool. See the
|
||||
[sparo](https://npmjs.com/package/sparo) package for details.
|
||||
|
||||
The **sparo-lib** version number is always exactly equal
|
||||
to the **sparo** version number that it depends on.
|
||||
The **sparo** package version number is always equal to the **sparo-lib** version number that it depends on.
|
||||
|
|
|
@ -8,13 +8,6 @@
|
|||
<p />
|
||||
</div>
|
||||
|
||||
> 🚧 UNDER CONSTRUCTION 🚧
|
||||
>
|
||||
> This is an early test release of the software.
|
||||
> It is not yet ready for general usage.
|
||||
> If you have questions about this project, let us know
|
||||
> using [GitHub discussions](https://github.com/tiktok/sparo/discussions).
|
||||
|
||||
## Is Git too slow in your frontend monorepo?
|
||||
|
||||
By default `git clone` will download every file in your Git repository, as well as the complete history of every file. For small repositories, that's no big deal. But as your monorepo accumulates projects and years of history, Git operations become slower and slower, until one day `git status` is taking 10 seconds or more. What to do?
|
||||
|
|
|
@ -2,13 +2,6 @@
|
|||
title: Getting Started
|
||||
---
|
||||
|
||||
> 🚧 UNDER CONSTRUCTION 🚧
|
||||
>
|
||||
> This is an early test release of the software.
|
||||
> It is not yet ready for general usage.
|
||||
> If you have questions about this project, let us know
|
||||
> using [GitHub discussions](https://github.com/tiktok/sparo/discussions).
|
||||
|
||||
## Everyday workflow
|
||||
|
||||
### Step 1: Upgrade Git
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Add table
Reference in a new issue