mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 18:22:31 +01:00
remove switch branch instruction
master branch is up-to-date now, switching no longer needed
This commit is contained in:
parent
6357b6841a
commit
6ee857308e
@ -14,13 +14,13 @@ or you can use it to connect to your own by editing your local storage to includ
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"api": "https://staging.{{ project.domain }}/api/v9",
|
"api": "https://staging.{{ project.domain }}/api/v9",
|
||||||
"cdn": "https://cdn.staging.{{ project.domain }}",
|
"cdn": "https://cdn.staging.{{ project.domain }}",
|
||||||
"gateway": "wss://gateway.staging.{{ project.domain }}",
|
"gateway": "wss://gateway.staging.{{ project.domain }}",
|
||||||
"invite": "https://staging.{{ project.domain }}/invite",
|
"invite": "https://staging.{{ project.domain }}/invite",
|
||||||
"template": "https://staging.{{ project.domain }}/template",
|
"template": "https://staging.{{ project.domain }}/template",
|
||||||
"gift": "https://staging.{{ project.domain }}/gift",
|
"gift": "https://staging.{{ project.domain }}/gift",
|
||||||
"scheduledEvent": "https://staging.{{ project.domain }}/events"
|
"scheduledEvent": "https://staging.{{ project.domain }}/events"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -31,9 +31,9 @@ Replace the above endpoints with your own. If your domain name is `https://whate
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- [Git](https://git-scm.com/)
|
- [Git](https://git-scm.com/)
|
||||||
- [NodeJS](https://nodejs.org). Version 16+
|
- [NodeJS](https://nodejs.org). Version 16+
|
||||||
- [yarn](https://yarnpkg.com/) (preferred) or npm
|
- [yarn](https://yarnpkg.com/) (preferred) or npm
|
||||||
|
|
||||||
In your terminal:
|
In your terminal:
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ In your terminal:
|
|||||||
git clone {{ repositories.base_url }}/{{ repositories.client }}.git
|
git clone {{ repositories.base_url }}/{{ repositories.client }}.git
|
||||||
|
|
||||||
# Enter the cloned directory, switch branches to the one, which is actually being developed
|
# Enter the cloned directory, switch branches to the one, which is actually being developed
|
||||||
cd client; git switch dev/bare-rewrite
|
cd client
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
yarn install
|
yarn install
|
||||||
@ -86,13 +86,13 @@ Files will be built to `web-build`
|
|||||||
|
|
||||||
To contribute:
|
To contribute:
|
||||||
|
|
||||||
- [Fork the repository]({{ repositories.base_url }}/{{ repositories.client }}/fork)
|
- [Fork the repository]({{ repositories.base_url }}/{{ repositories.client }}/fork)
|
||||||
- Run the building instructions.
|
- Run the building instructions.
|
||||||
- Commit & Push.
|
- Commit & Push.
|
||||||
- Pull Request & Done!
|
- Pull Request & Done!
|
||||||
|
|
||||||
### What can I contribute?
|
### What can I contribute?
|
||||||
|
|
||||||
- "Core" features like settings, editing messages, dms, markdown rendering, etc. What do you think are basic features that you would want? Some of the GitHub Issues apply to this.
|
- "Core" features like settings, editing messages, dms, markdown rendering, etc. What do you think are basic features that you would want? Some of the GitHub Issues apply to this.
|
||||||
- Implementing other things like voice/video is fine too, though
|
- Implementing other things like voice/video is fine too, though
|
||||||
- [This]({{ repositories.base_url }}/{{ repositories.client }}/issues/21) is a good starting point and lists the core features that are still missing from the client.
|
- [This]({{ repositories.base_url }}/{{ repositories.client }}/issues/21) is a good starting point and lists the core features that are still missing from the client.
|
||||||
|
Loading…
Reference in New Issue
Block a user