BrytonSalisbury / mesh-mini

A faster, bundled version of MeshCommander that runs on localhost in a browser.
Apache License 2.0
102 stars 3 forks source link

How to run it on linux server? #1

Closed berilslv closed 9 months ago

berilslv commented 9 months ago

Thanks for creating this last standing AMT supportive application! Its working just fine! Is it possible to install it somehow on ubuntu server? It would be cool to install it on VPS.

Thanks in advance! :)

BrytonSalisbury commented 9 months ago

You can install from npm if using Linux. Run these commands then open a browser to localhost:3000

mkdir meshcommander cd meshcommander npm install meshcommander cd ./node_modules/meshcommander node meshcommander