- Clone
https://github.com/Raccoons-Rise-Up/website
- Download and install
LTS
Node.js - Navigate to
src/
and install all dependencies withnpm i
- Create
private.key
andpublic.key
insrc/
, populate them with https://travistidwell.com/jsencrypt/demo/ - Start
run.cmd
in root
Server can be found at localhost:4000/index.html
If changing any of the opcode enums make sure to update the corresponding opcodes in the following areas:
- Website Client
- Website Server
- Godot Client
- Launcher Client