Topic: Soldier auto-fighter in webassembly
kaputtnik |
Posted at: 2021-12-27, 11:38
I've tried to run the app locally, but i can't get it to work. After installing this and that and always running into problems, searching the web for a solution the (probably) last error says:
but adding those lines to Cargo.toml gives just another error:
Can you please provide a "How to contribute" chapter in the readme with a short description how to install rust, or rustup, and the other prerequisites to run the app locally? Just to mention: I am on archlinux which provide a package for rustup Maybe i find some time to add some css… Top Quote |
leklachu Topic Opener |
Posted at: 2021-12-27, 12:16
I build it with trunk: https://trunkrs.dev/ install with run with build for release with I'll see about instructions to build and contribute in the README, thanks Top Quote |
leklachu Topic Opener |
Posted at: 2021-12-27, 12:23
OTOH you need
and Edited: 2021-12-27, 12:24
Top Quote |
kaputtnik |
Posted at: 2021-12-27, 16:40
Thanks will try that... Top Quote |
kaputtnik |
Posted at: 2021-12-27, 17:19
That worked for me with this differences, maybe archlinux specific:
After that the website is available at Top Quote |