Docs
  • Introduction
  • Business Plan
    • Overview
    • Roadmap
  • Wallet
    • First steps
  • Contribute
    • Setup
    • Guidelines
Powered by GitBook
On this page
  • Getting Started
  • Making production build
  1. Contribute

Setup

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev

Making production build

Run the following:

pnpm build
# or
npm run build
PreviousFirst stepsNextGuidelines

Last updated 2 years ago