An open API service indexing awesome lists of open source software.

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

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-ts

npm ci

# After save
npm run build

npm run start -- -p 8080
# Running!
```