Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abcxff/diepcustom
An open source diep.io custom private-server template
https://github.com/abcxff/diepcustom
diep diepio
Last synced: 4 days ago
JSON representation
An open source diep.io custom private-server template
- Host: GitHub
- URL: https://github.com/abcxff/diepcustom
- Owner: ABCxFF
- License: agpl-3.0
- Created: 2022-09-28T14:49:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:27:17.000Z (3 months ago)
- Last Synced: 2024-12-30T21:12:02.222Z (11 days ago)
- Topics: diep, diepio
- Language: TypeScript
- Homepage: https://diepcustom.herokuapp.com/
- Size: 569 KB
- Stars: 69
- Watchers: 2
- Forks: 71
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
diep custom
An open source diep.io custom private-server template
## Installation
You may need to install [Node.js](https://nodejs.org/), as well as the [Yarn Package Manager](https://classic.yarnpkg.com/en/docs/install).\
After doing so, download or clone this repository and install the dependencies with:
```bash
$ yarn install
```## Running the Server
Run the server with:
```bash
$ yarn run server
```
This builds and runs the server.After running the server, content will be served at `localhost:PORT` on your computer. The port will default to 8080, and you may override it with `process.env.PORT`.
Consult `src/config.ts` for configuration, and `package.json` for environ variable setup.
## Discord Chat
For support or discussion, please join our [online Discord chat](https://discord.gg/SyxWdxgHnT).
## Contribution
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for information on contributing.
## License
Please see [LICENSE](./LICENSE)