mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Remove "under construction" notices in preparation for 1.0 release
This commit is contained in:
parent
eb3eda4e4e
commit
9e62f118ff
4 changed files with 1 additions and 30 deletions
|
@ -1,13 +1,6 @@
|
||||||
|
|
||||||
<img width="380" src="./common/assets/sparo-380.png" alt="Sparo" />
|
<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
|
## Monorepo for Sparo toolkit
|
||||||
|
|
||||||
<!-- Text below this line should stay in sync with the website index.md -->
|
<!-- Text below this line should stay in sync with the website index.md -->
|
||||||
|
|
|
@ -1,14 +1,6 @@
|
||||||
## sparo-lib
|
## 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
|
This is a companion package for the Sparo tool. See the
|
||||||
[sparo](https://npmjs.com/package/sparo) package for details.
|
[sparo](https://npmjs.com/package/sparo) package for details.
|
||||||
|
|
||||||
The **sparo-lib** version number is always exactly equal
|
The **sparo** package version number is always equal to the **sparo-lib** version number that it depends on.
|
||||||
to the **sparo** version number that it depends on.
|
|
||||||
|
|
|
@ -8,13 +8,6 @@
|
||||||
<p />
|
<p />
|
||||||
</div>
|
</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?
|
## 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?
|
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
|
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
|
## Everyday workflow
|
||||||
|
|
||||||
### Step 1: Upgrade Git
|
### Step 1: Upgrade Git
|
||||||
|
|
Loading…
Reference in a new issue