StardustStardust

Installation

Stardust is composed of 2 components:

  • Web: The Stardust UI and backend server. This is the main interface for interacting with Stardust.
  • Daemon (stardustd): Runs on each individual Stardust node. It is responsible for managing the sessions and workspaces.

Before Starting

These steps apply to both the Web and Daemon components.

Make sure you have Node.js and pnpm installed on your machine.

node -v
pnpm -v # install with `npm install -g pnpm`

Clone the Stardust repository and install the dependencies.

git clone https://github.com/spaceness/stardust -b rewrite && cd stardust
pnpm install
Edit on GitHub

Last updated on

On this page