chore(assets): create new default set of assets

feat(assets): prepare assets before build
This commit is contained in:
Paul
2021-10-23 15:38:52 +01:00
parent 195a9bda35
commit 5603278071
63 changed files with 86 additions and 54 deletions

View File

@@ -31,6 +31,7 @@ It is also recommended to run `git submodule update` after you pull from upstrea
| Command | Description |
| ------------------- | -------------------------------------------- |
| `yarn pull` | Setup assets required for Revite. |
| `yarn dev` | Start the Revolt client in development mode. |
| `yarn build` | Build the Revolt client. |
| `yarn preview` | Start a local server with the built client. |