Quick Start
To get started, there are two options: online and offline.
Online
A live demo is available online.
- Try it yourself: 🚀 Launch
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 usingsh
git clone https://github.com/henryhale/pixsim.git cd pixsim
- Install dev dependenciessh
pnpm install # npm install
- Run development serversh
pnpm dev # npm run dev
- Open url in the browser and select Playground from top navigation.