https://github.com/brandonxlf/numeric-genshin-damage-calc
Calculate in-game character damage for Genshin Impact based off of numeric stat values.
https://github.com/brandonxlf/numeric-genshin-damage-calc
damage-calculation genshin-impact
Last synced: about 1 year ago
JSON representation
Calculate in-game character damage for Genshin Impact based off of numeric stat values.
- Host: GitHub
- URL: https://github.com/brandonxlf/numeric-genshin-damage-calc
- Owner: BrandonXLF
- License: mit
- Created: 2022-09-04T06:00:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:30:12.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:47:02.971Z (over 1 year ago)
- Topics: damage-calculation, genshin-impact
- Language: TypeScript
- Homepage: https://www.brandonfowler.me/numeric-genshin-damage-calc/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numeric Genshin Damage Calculator
This React app allows you to easily calculate in-game character damage for Genshin Impact based off of numeric stat values.
The live version of the app is located at .
## Running
Install dependencies using `npm install`. Launch the app in development mode using `npm run start` and produce a build of the app using `npm run build`.
## Environment Variables
Environment variables are defined in `.env` and can be overridden locally in the `.env.local` file see [Vite's documentation](https://vite.dev/guide/env-and-mode#env-files) for more info.
* `VITE_ENKA_PROXY` - The prefix to use for requests to Enka.Network API to work around CORS. The proxy should send requests to `https://enka.network/api/[REQUEST_PATH]` By default this is .