Development Setup
Prerequisites
Setup
To get started with development, follow these steps:
- Clone the GitHub repository usingsh
git clone https://github.com/henryhale/pixsim.git cd pixsim - Install dev dependenciessh
pnpm install - Run development server - demo appssh
pnpm dev - Run development server - documentationsh
pnpm dev:docs
Building
To build the project, use
sh
pnpm buildThis will generate the production-ready distribution files in the docs/.vitepress/dist directory.
To preview the bundled docs site, use
sh
pnpm previewIssues
In case of any issues, bugs, or improvements, feel free to open a new issue on GitHub.