mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-22 02:12:30 +01:00
Merge branch 'main' of https://github.com/discord-open-source/discord-open-source
This commit is contained in:
commit
3c571db11c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules/
|
@ -18,7 +18,7 @@
|
||||
|
||||
Discord Open Source aims to be a full one-on-one clone of Discord, adding more features that can be used as a replacement for the official client and still connect and host private Discord server instances.
|
||||
|
||||
Discord Open Source aims to give the best possible user experience, while combining Discord's UI, features and adding new ones/improving old ones.
|
||||
Discord Open Source aims to give the best possible user experience, while being backwards compatible to Discord's features and adding new ones/improving old ones.
|
||||
|
||||
The client can connect to multiple server instances without the need to open it multiple times.
|
||||
|
||||
|
1
rpc/start.bat
Normal file
1
rpc/start.bat
Normal file
@ -0,0 +1 @@
|
||||
node index.js
|
@ -44,6 +44,7 @@ MKDIR discord-open-source-workspace
|
||||
cd discord-open-source-workspace
|
||||
ECHO Cloning all repositories
|
||||
ECHO.
|
||||
git clone https://github.com/discord-open-source/discord-open-source overview
|
||||
git clone https://github.com/discord-open-source/discord-api api
|
||||
git clone https://github.com/discord-open-source/discord-gateway gateway
|
||||
git clone https://github.com/discord-open-source/discord-voice voice
|
||||
@ -57,7 +58,7 @@ git clone https://github.com/discord-open-source/discord-dashboard dashboard
|
||||
|
||||
where /q code
|
||||
IF ERRORLEVEL 0 (
|
||||
CALL echo {"folders":[{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}> discord-open-source.code-workspace
|
||||
CALL echo {"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}> discord-open-source.code-workspace
|
||||
|
||||
CALL ECHO Opening VSCode Workspace
|
||||
CALL code discord-open-source.code-workspace
|
||||
@ -79,4 +80,7 @@ CALL npm i pm2 -g
|
||||
CALL pm2 save
|
||||
CALL pm2-startup install
|
||||
:endrpc
|
||||
|
||||
:end
|
||||
ECHO finished installation
|
||||
@ECHO on
|
||||
PAUSE
|
||||
|
Loading…
Reference in New Issue
Block a user