Skip to main content

Development Setup

⚡ Start Development Servers

  1. Install dependencies.

    # on mac
    brew install node

    # on linux
    sudo apt install nodejs npm
    npm install -g pnpm
    # at repo root
    # on mac
    npm run init:mac

    # on linux
    npm run init:linux
  2. Start the dev servers.

    # at repo root
    npm run dev
  3. Now, it is ready locally at http://localhost:3000.

▶️ Build and Run Production Build from Local

  1. Run local production build (with docker).

    # at repo root
    npm run docker:start