Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 354 Bytes

Pixi v8 Bunny Mark

A sneaky peak at the PixiJS v8 renderer.

Installation

npm i

Build

npm run build - This will build and minify the js

Develop

npm start - this will watch the project and rebuild it as you change the code.

in a second terminal:

npm run serve - this will serve the project on your localhost.