-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from BEComTweaks/update-for-one-dot-twenty-one
update for stuff
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div align="center"> | ||
|
||
# BEComTweaks/server-backend | ||
|
||
![Commit Activity](https://img.shields.io/github/commit-activity/w/BEComTweaks/server-backend?style=for-the-badge&label=Commits&color=purple) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/BEComTweaks/server-backend?style=for-the-badge&label=Size&color=pink) | ||
</div> | ||
|
||
Server Backend for the website | ||
|
||
To clone | ||
```cmd | ||
git clone https://github.com/BEComTweaks/server-backend --recursive | ||
``` | ||
<sub> Recursive is neccessary due to submodules</sub> | ||
|
||
To start server | ||
```cmd | ||
node server.js | ||
``` | ||
<sub> On linux and mac run this command with sudo or a program like authbind to allow usage of ports below 1024 | ||
Then just go to the local website and download your packs! It will use localhost instead of the actual server ip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters