mirror of
https://github.com/Ylianst/MeshCommander
synced 2025-12-06 06:03:20 +00:00
Improved readme
This commit is contained in:
@@ -44,6 +44,12 @@ On Windows and Linux, you can download [MeshCMD](https://www.meshcommander.com/m
|
||||
Like the NPM version, this will start an HTTP web server on port 3000. You can then access http://127.0.0.1:3000 from any browser to access MeshCommander.
|
||||
|
||||
|
||||
Compiling MeshCommander
|
||||
-----------------------
|
||||
|
||||
MeshCommander is a set of HTML web pages that can be used in many different ways. You can run it in a browser or in nw.js, you can run it as a stand-alone application or as a web application served from Intel AMT. Because of all the different roles MeshCommander can take and the unique requirement of being able to fit within 64k limit of Intel AMT file storage, MeshCommander has to be "compiled" using the [WebSite Compiler](http://info.meshcentral.com/downloads/websitecompiler/websitecompiler.zip) tool that currently only runs on Windows. WebSite Compiler will merge all of the html, css and js files into a single big file, it will run a pre-processor to remove portions that are not needed and then minify and compress the output as needed.
|
||||
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user