https://github.com/xhyrom/mcsrv-but-ts
mcsrv but in TypeScript with NextJS
https://github.com/xhyrom/mcsrv-but-ts
Last synced: 3 months ago
JSON representation
mcsrv but in TypeScript with NextJS
- Host: GitHub
- URL: https://github.com/xhyrom/mcsrv-but-ts
- Owner: xhyrom
- License: mit
- Created: 2022-01-02T18:13:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T13:09:56.000Z (about 1 year ago)
- Last Synced: 2024-10-19T16:02:44.952Z (7 months ago)
- Language: TypeScript
- Homepage: https://mcsrv-but-ts.vercel.app
- Size: 514 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Official Website
> This project has nothing to do with [https://mcsrvstat.us](https://mcsrvstat.us), it's just a "copycat" but in TypeScript and open-source.[https://mcsrv-but-ts.vercel.app/](https://mcsrv-but-ts.vercel.app/)
## How to install
Requirements:
- NodeJS v16+ [Windows](https://nodejs.org) [Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)
- Git [Windows](https://git-scm.com/) [Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-20-04)```bash
git clone https://github.com/xHyroM/mcsrv-but-ts.git
cd mcsrv-but-tsnpm ci
# After save
npm run buildnpm run start -- -p 8080
# Running!
```