Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 550 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 550 Bytes

SveltePixi

Create PixiJS apps with Svelte.

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.

Tests

TODO