mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
chore: add quick start instructions
This commit is contained in:
parent
3cf8c64d7c
commit
5b6c1050ad
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -27,6 +27,17 @@ It is also recommended to run `git submodule update` after you pull from upstrea
|
||||||
- [Revolt Testers Server](https://app.revolt.chat/invite/Testers)
|
- [Revolt Testers Server](https://app.revolt.chat/invite/Testers)
|
||||||
- [Contribution Guide](https://developers.revolt.chat/contributing)
|
- [Contribution Guide](https://developers.revolt.chat/contributing)
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
Get revite up and running locally.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone --recursive https://github.com/revoltchat/revite
|
||||||
|
cd revite
|
||||||
|
yarn
|
||||||
|
yarn dev
|
||||||
|
```
|
||||||
|
|
||||||
## CLI Commands
|
## CLI Commands
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|
|
Loading…
Reference in a new issue