Skip to content

Quick Start

To get started, there are two options: online and offline.

Online

A live demo is available online.

Offline

Here is a list of preresquities;

In this case, follow the steps below to set up a demo locally on your machine. Open your terminal and

  • Clone the GitHub repository using
    sh
    git clone https://github.com/henryhale/pixsim.git
    cd pixsim
  • Install dev dependencies
    sh
    pnpm install
    # npm install
  • Run development server
    sh
    pnpm dev
    # npm run dev
  • Open url in the browser and select Playground from top navigation.