Create PixiJS apps with Svelte.
This repo requires the use of pnpm. You can install pnpm with:
npm i -g pnpm
Then simply run:
pnpm install
pnpm run dev
This will start up the documentation website.
GitHub actions will enforce code quality according to the prettier, eslint, and typescript configuration.
TODO