docs: add RTL and CI errors to contributing guide (#700)

This commit is contained in:
Joaquín Sánchez 2023-01-02 17:00:40 +01:00 committed by GitHub
parent 2756732c33
commit bf9d7ee7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -38,6 +38,8 @@ pnpm i
pnpm run dev
```
`Warning`: you will need `corepack` enabled, check out the [Elk Contributing Guide](./CONTRIBUTING) for a detailed guide on how to set up the project locally.
We recommend installing [ni](https://github.com/antfu/ni#ni), that will use the right package manager in each of your projects. If `ni` is installed, you can instead run:
```