Genshin List is a web app to help filter and display characters from the game Genshin Impact. The character cards can be clicked on to see a more in-depth description of stats, facts, and abilities. Each character's page includes a calculator that lists the required materials to level up, ascend and upgrade talents within a given range.
Built with Next.js, TypeScript, and Tailwind CSS
-
Install and use the correct version of Node using NVM:
nvm use nvm install
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
Update the genshin-db dependency:
npm update genshin-db --save
-
Check if the characters were added and if their page is displaying the correct information.
NOTE: You may need to restart your local server to see changes.
-
Make sure everything else is still working correctly.