mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 18:58:27 +02:00
Typo ;-)
This commit is contained in:
@@ -6,10 +6,10 @@ Web based Minecraft chat client for 1.8 servers.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
###Description
|
### Description
|
||||||
This is a very lightweight application... ~500kb without modules. It is built on Node and utilizes tools such as [mineflayer](https://github.com/andrewrk/mineflayer), [node-minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol#windows) and [socket.io](http://socket.io/). The whole purpose is that you can chat on Minecraft servers from your browser. This makes it easier to just jump in, say a few things, and leave without having to wait for your game to load.
|
This is a very lightweight application... ~500kb without modules. It is built on Node and utilizes tools such as [mineflayer](https://github.com/andrewrk/mineflayer), [node-minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol#windows) and [socket.io](http://socket.io/). The whole purpose is that you can chat on Minecraft servers from your browser. This makes it easier to just jump in, say a few things, and leave without having to wait for your game to load.
|
||||||
|
|
||||||
###Installing on your own server
|
### Installing on your own server
|
||||||
```
|
```
|
||||||
git clone https://github.com/AlexKvazos/MinecraftChat
|
git clone https://github.com/AlexKvazos/MinecraftChat
|
||||||
cd MinecraftChat
|
cd MinecraftChat
|
||||||
@@ -19,7 +19,7 @@ npm start
|
|||||||
|
|
||||||
This will start the application on port `3000` or the one specified by the `PORT`environment variable.
|
This will start the application on port `3000` or the one specified by the `PORT`environment variable.
|
||||||
|
|
||||||
###Grunt tasks
|
### Grunt tasks
|
||||||
|
|
||||||
* `grunt debug` - Builds the client-side javascript application with no minification
|
* `grunt debug` - Builds the client-side javascript application with no minification
|
||||||
* `grunt build` - Builds the client-side javascript application with minification
|
* `grunt build` - Builds the client-side javascript application with minification
|
||||||
|
|||||||
Reference in New Issue
Block a user