pixijs / pixi-particles-editor

PIXI-based particle editor
http://pixijs.github.io/pixi-particles-editor/
MIT License
67 stars 20 forks source link

How do you run and test this repo locally? #23

Closed schellenbergk closed 1 year ago

schellenbergk commented 1 year ago

What the title says.

andrewstart commented 1 year ago

It's been a very long time since I have done so, so I don't remember specifics to give you, but you do need Bower (not an NPM dependency, it appears) and Grunt (is an npm dependency), but it is also probable that you need to use a much older version of Node for the tools to run. The default command of grunt should either build the project or give you a list of registered commands. I don't see any sign of any sort of serve command, so I would guess you need a separate basic server for local testing, like http-server.

schellenbergk commented 1 year ago

I guess its time for a rewrite :)... My initial issue was with EmitterConfigV1, but I found a workaround for it. Thanks for your response :).