We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fd73e commit db9739bCopy full SHA for db9739b
README.md
@@ -0,0 +1,22 @@
1
+# NyaaStats
2
+A user state page buider for Minecraft.
3
+
4
+# How to use
5
+You can simply build your own web pages, just following this instruction.
6
7
+## First grab user data from map folder
8
+1. Clone the project.
9
+2. `npm install`.
10
+3. Rename config.example.yml to config.yml and modify it.
11
+4. Run `npm start`. This will take long time to grab the informations for each user, be patient.
12
13
+## Build skin render
14
+1. Go into `skin` folder.
15
+2. `npm install && npm run build`.
16
17
+## Build web pages
18
+1. Go into `web` folder.
19
20
21
+## That's all
22
+Now you can find all the files you need in the `web/dist` folder. Upload them to you server.
0 commit comments