Open mikolysz opened 4 years ago
@devil418 Valid concerns. The readme was thrown together rather quickly before I more or less paused development on this project, so it may be that it's highly insufficient. I can go over the points you brought up in your comment one by one if you wish, but over the next few days I'll try to write a guide to set this up from scratch. Also maybe containerize the entire thing to make both the server and client easier to develop.
The Readme file states that the example config provided at
src/data/config.json.example
should be self-explanatory, but it isn't. In particular, the meaning of the following fields is unclear:The config isn't valid JSON anyway (it's just valid JS), so maybe we should stop pretending it's JSON, rename it to config.js.example and comment it properly?