You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ server {
73
73
74
74
>If you want to deploy without nignx, you will need to change the router mode from `history` to `hash`[here](https://github.com/NyaaCat/NyaaStats/blob/713303de573ac36b9cd7ef8f20100aa3eb993273/web/src/router/index.js#L11). Remember to rebuild web pages.
75
75
76
+
## Update player data
77
+
78
+
Run `npm start` in the root folder of this project which means recreate the data folder and upload it to your web root. You don't need to run other commands everytime you update players' data but needed when we upgrade the code of our web client.
79
+
80
+
81
+
76
82
77
83
# Credits
78
84
The skin render is almost a copy from [NameMC](https://namemc.com). Thanks for their excellent work.
0 commit comments