This is a component used in jstris for configuration of client-side bots. The player uses this tool when adding bots to the custom bot room. Multiple bots can be added and each bot can have different configuration. This component is made using Svelte.
Note that you will need to have Node.js installed.
Install the dependencies and start Rollup:
npm install
npm run devNavigate to localhost:5000. You should see app running. Edit a component file in src, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run buildIssues and pull-requests to improve this component are accepted.