The skeleton used by stix-cli to setup a new project.
Creating a new application based on this module can be done like so:
- Install stix cli:
yarn global add stix-cli - Create a new project:
stix init project-name - Party.
Start a dev server: yarn dev
Display debug output: DEBUG=stix:* yarn dev