Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yancey2023/chelper_web

Minecraft Command Helper
https://github.com/yancey2023/chelper_web

Last synced: 7 days ago
JSON representation

Minecraft Command Helper

Awesome Lists containing this project

README

        

# CHelper-Web

I want to make a command helper for Minecraft Bedrock Edition , so here is CHelper, which means Command Helper.

try it:

## CHelper-Core

It is writing by c++. Please refer to [CHelper-Core](https://github.com/Yancey2023/CHelper-Core).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```