This is a serverless web app build with Svelte and TypeScript that shows bounties (vendor and player inventory) grouped by objectives to make completion/planning easier.
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
When using VSCode svelte.svelte-vscode is recommended.
Feel free to contribute by creating feature requests or PRs.