- Install node.js, yarn (or use npm).
- Clone this repository, and using a terminal navigate to its directory.
- Run
yarnornpm installto install the dependencies. - Copy the offline JavaDocs for ProjectZomboid in the
./docs/directory.
NOTE: Copy the entire contents of the folder containing
index.html, not a parent folder.
- Copy the contents of the
.env.examplefile to a.envnext to it, and edit it with your values. - Run
yarn buildornpm buildto build the files. - Run
yarn startornpm startto start the application.
- You can run
yarn devornpm devto combine the 2 steps above, while listening to changes and restarting automatically.