shroom-static

SHRoom Static files

The generated furniture list can be accessed via: https://psociety.github.io/shroom-static/

Storybook:

https://psociety.github.io/shroom-static/storybook-static/

Usage:

Point resourcePath to this repo:

this.shroom = Shroom.create({
        application: this.application,
        resourcePath: "https://psociety.github.io/shroom-static",
        // etc...
});