Skip to content

Commit db9739b

Browse files
authored
Create README.md
1 parent a7fd73e commit db9739b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
2. `npm install && npm run build`.
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

Comments
 (0)