Risk of Rain 2 Items and Equipments with a search functionality.
Live preview: https://ror2.nikurasu.org/
Prerequisites: Node.js 20+ (or any version supported by the current Vite release).
git clone https://github.com/Glagan/RoR2-Items.git
cd RoR2-Items
bun install
bun run devThe dev server prints a local URL you can open in the browser. Hot-module replacement is enabled by default.
| Command | Description |
|---|---|
bun run dev |
Start the Vite dev server. |
bun run build |
Create a production build under dist/. |
bun run serve |
Preview the production build locally. |
bun run test |
Execute the Vitest suite (composables, helpers). |