Skip to content

BrokenLamp/Firelight

Repository files navigation

Firelight

React + Electron + TypeScript + Rust

Prerequisites

Linux

MacOS

Windows

  • npm install --global --production windows-build-tools

OR

Running

npm i
npm start

Editing the User Interface

After running, the interface should update immediately upon saving the file. If it doesn't, try restarting the application with npm start.

Editing the Game Logic

Simply running npm start isn't enough to compile the Rust code. You'll need to follow these steps to see your game logic changes:

npm run build:core
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published