Create PixiJS apps with Svelte.
This is a work in progress, but should be ready enough to play around with.
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.
It will also enforce that commit messages follow conventional commits. Please familiarize yourself with it if you have not used it before.
TODO