git clone https://github.com/nyedr/elden-ring-ar-calculator.git cd elden-ring-weapon-calculator Install Dependencies: npm install Run the Application: npm start Usage Launch the Application: Open your web browser and navigate to http://localhost:3000. Search and Filter Weapons: Use the search...
.gitignore .npmignore CHANGELOG.md LICENSE.md README.md package-lock.json package.json tsconfig.json Repository files navigation README MIT license elden-ring-calculator Implementation of the Elden Ring Weapon Calculator in TypeScript. Credit & Thanks u/TarnishedSpreadsheet About...
package.json Looking good Jun 13, 2022 tsconfig.json [WIP] Add tests Jun 12, 2022 Repository files navigation README MIT license elden-ring-calculator Implementation of the Elden Ring Weapon Calculator in TypeScript. Credit & Thanks u/TarnishedSpreadsheet About...
{ "name": "elden-ring-ar-calculator", "version": "0.1.0", "type": "module", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "update-enemies": "ts-node ./scripts/updateEnemies.ts" }, "dependencies"...
Weapon attack rating calculator for Elden Ring. Allows weapon comparisons and detailed damage breakdowns. - elden-ring-ar-calculator/pnpm-lock.yaml at master · nyedr/elden-ring-ar-calculator
elden-ring-calculator / tcd/elden-ring-calculator is licensed under the MIT License A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without sou...
Breadcrumbs elden-ring-calculator / .gitignore Latest commit tcd Looking good 70d374b· Jun 13, 2022 HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 41 Bytes Raw node_modules coverage .nyc_output ignore 1 2 3 4...
Weapon attack rating calculator for Elden Ring. Allows weapon comparisons and detailed damage breakdowns. - Labels · nyedr/elden-ring-ar-calculator
Breadcrumbs elden-ring-ar-calculator / tailwind.config.tsTop File metadata and controls Code Blame 80 lines (78 loc) · 2.13 KB Raw import type { Config } from "tailwindcss"; const config = { darkMode: ["class"], content: [ "./pages/**/*.{ts,tsx}", "./components/**/*.{ts...
Repository files navigation README MIT license elden-ring-calculator Implementation of the Elden Ring Weapon Calculator in TypeScript. Credit & Thanks u/TarnishedSpreadsheet About No description, website, or topics provided. Resources Readme License MIT license Activity Stars 0 stars Watchers 1...