Plan your next walkthrough using an interactive flowchart that was designed exactly for this purpose!
Drag & drop any weapon, item, location, and more, directly to the chart. You can connect them with edges to put them in sequence, signal dependencies, or whatever comes into your mind!
Write notes for yourself, even in markdown:
Feel free to open a ticket if you have ideas or found a bug.
The following instructions describes how to start the project locally for development:
Install the dependencies:
pnpm install
Run the frontend application:
npx nx run frontend:serve
Before creating a pull request, make sure every file is formatted and there are no lint errors:
npx nx format:write
npx nx run-many --target=lint --all=true --fix