22 lines
921 B
Markdown
22 lines
921 B
Markdown
# Galvanic Corrosion
|
|
delectable yum yum
|
|
|
|
Rec Room custom server for communities. Fast runtime and easy setup.<br>Built for Rec Room build 526 (Timestamp: 637098805133024772, Version: 20191120)
|
|
|
|
<img src="galv4.jpg" alt="drawing" width="200"/>
|
|
|
|
## Compiling Galvanic Corrosion
|
|
* Install [Deno 2.x](https://docs.deno.com/runtime/getting_started/installation/) for the server
|
|
* Install [Node.js 2x](https://nodejs.org/en/download) for the web project
|
|
* Configure project
|
|
- Clone this repo
|
|
- Install dependencies with `deno i`
|
|
- Compile server with `deno run cross-compile`
|
|
* Configure web
|
|
- Clone https://gitea.proxnet.dev/zombieb/galvanic-corrosion-web.git
|
|
- Install deps with `npm i` (this may take some time)
|
|
- Compile with Vite using `npx vite build`
|
|
- Copy contents of `dist/*` to `res/web/`, next to `GalvanicCorrosion[.exe]` from above
|
|
* Run the built executable in `build/`
|
|
* ...
|
|
* Profit |