1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 06:53:25 +02:00

replace slate to Slate (#5024)

This commit is contained in:
魔王卷子
2022-07-11 06:41:51 +08:00
committed by GitHub
parent 82d20b58a3
commit abea3a3dd4
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ Please include tests and docs with every pull request!
## Repository Setup
The slate repository is a monorepo that is managed with [lerna](https://github.com/lerna/lerna). Unlike more traditional repositories, this means that the repository must be built in order for tests, linting, or other common development activities to function as expected.
The Slate repository is a monorepo that is managed with [lerna](https://github.com/lerna/lerna). Unlike more traditional repositories, this means that the repository must be built in order for tests, linting, or other common development activities to function as expected.
To run the build, you need to have the Slate repository cloned to your computer. After that, you need to `cd` into the directory where you cloned it, and install the dependencies with `yarn` and build the monorepo: