Small web application allowing Honkai Star Rail fans to compare game characters with each other.
I highly recommend using Node Version Manager (nvm), otheriwse check .nvmrc
and make sure your Node's version is matching it.
- Install dependencies
npm install
- Start dev server
npm run dev
A coupe of words for those, who'd like to contribute!
- Make sure to follow ESLint rules, try not to ignore them, please.
- Try to avoid big commits and split changes across multiple commits or maybe even pull requests.