Skip to content

mattjennings/svelte-pixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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