chore: add @revoltchat/ui as a submodule

This commit is contained in:
Paul Makles
2022-08-09 12:36:16 +02:00
parent 7cf7402cea
commit 3ca2b12dfc
7 changed files with 21 additions and 24 deletions

View File

@@ -43,6 +43,7 @@ Get revite up and running locally.
git clone --recursive https://github.com/revoltchat/revite
cd revite
yarn
yarn build:components
yarn dev
```
@@ -55,6 +56,7 @@ You can now access the client at http://local.revolt.chat:3000.
| `yarn pull` | Setup assets required for Revite. |
| `yarn dev` | Start the Revolt client in development mode. |
| `yarn build` | Build the Revolt client. |
| `yarn build:components` | Build the Revolt components library. |
| `yarn preview` | Start a local server with the built client. |
| `yarn lint` | Run ESLint on the client. |
| `yarn fmt` | Run Prettier on the client. |