mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-08 19:52:36 +01:00
78c87060d0
- now allows for easier addition of new repos via a python script - split setup.sh to setup.py & clone_all_repos.sh to make dynamic addition of all repos with the github api easier - vscode workspace now gets generated from all repos in the orga |
||
---|---|---|
.. | ||
clone_all_repos.sh | ||
fosscord.code-workspace | ||
fosscord.txt | ||
generate.py | ||
README.md | ||
setup.bat | ||
setup.sh |
Getting Started
To use this method, you must have NodeJS and NPM installed.
Windows
- Open cmd
- Type this command:
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.bat --output setup.bat && setup.bat
Linux or macOS
- Open Terminal
- Type this command:
curl https://raw.githubusercontent.com/fosscord/fosscord/main/scripts/setup/setup.sh --output setup.sh && bash setup.sh