Skip to content

AyuBloom/ZombiaTauriClient

Repository files navigation

ZombiaTauriClient

JavaScript  SvelteKit  Tauri  Tailwind 

A change in direction
🚧 Work in progress 🚧

Installation

Only the release for Apple Silicon Macs is readily available. I haven't found a way to compile the server to binaries for other platforms & architectures. If you need to install the client for another platform/architecture, please follow the steps below:

1. Setup Tauri

Follow the prerequisites page for building Tauri (here). (If any problems arise, please make an issue)
Install npm dependencies if you haven't already:

npm i

2. Setup Sidecar

Run the following command:

npm run sidecar

This will build the server binary for your platform & architecture. (I would appreciate it a lot if you can contribute your binary build to the project by making an issue!)

3. Debug or build the client

Debug

To debug, run:

npm run tauri dev

For development, I recommend you run both the sidecar command and tauri dev mode at the time:

npm run sidecar && npm run tauri dev

Build

To build the client, run:

npm run tauri build

About

Play zombia.io locally as an app on macOS, Windows and Linux.

Resources

Stars

Watchers

Forks