Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 884 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 884 Bytes

FinalCypher Launcher Monorepo

Tauri-based cross-native launcher for FinalCypher game. Front-end using Vue/Firebase with Rust back-end. Features includes CI/CD using github actions, Auto-updating using vercel and github releases and Game integrity checks using merkle-hash library.

Recommended IDE Setup

For best development experience

Run server/index.cjs using nodemon npx nodemon .\index.cjs\ first and then launch the tauri app using yarn tauri dev. You should see Client connected prompt with the date in the console logger. This allow logging and live reload.