Skip to content
On this page

Quick start

  • Install pnpm
npm install pnpm -g
  • Install Dependencies
pnpm install
  • Packaging component libraries and utility libraries
pnpm run build:stellarnovaui
  • Start the test project
pnpm run stellarnovaui:dev
  • Start the static documentation site
pnpm run docs:dev