Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 816 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 816 Bytes

Svelte Pixi

Create PixiJS apps with Svelte.

This is a work in progress, but should be ready enough to play around with.

View Documentation

Contributing

Development

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.

Linting

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.

Tests

TODO