8000 GitHub - Team-Lodestone/App: Web UI frontend for Project Lodestone.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Team-Lodestone/App

< 8000 !--/$-->

Repository files navigation

Lodestone App

The Lodestone app, which provides world and file editing.

For more information, check the official Project Lodestone Website

Building

Lodestone requires Node.js, Ninja (for libLCE), and CMake (for Emscripten SDK). A working C/C++ compiler is also required.

Additionally, Lodestone-UI must be cloned into the UI folder next to where Lodestone is.

git clone https://github.com/Team-Lodestone/UI

After installing prerequisites, the repo must be cloned recursively to include submodules.

git clone --recurse-submodules https://github.com/Team-Lodestone/App
cd App
npm install

This will clone and install all necessary dependencies. To run the website, run the following command:

npm run dev

By default, Lodestone will be running on http://localhost:5173/App.

If you did not clone Lodestone with submodules, you can issue the following command:

git submodule update --init --recursive

To recompile libLCE to WASM, issue the following command:

npm run liblce:compile

About

Web UI frontend for Project Lodestone.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0