Genshin Optimizer
Genshin Optimizer is a helper website for the online action-rpg gacha game Genshin Impact. It is intended to assist players with optimizing artifacts to max-min their characters, while providing a clean, structured UI, and provide real-time results.
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Setup
Install yarn
(link).
Run yarn
to install dependencies.
Development server
Run nx serve frontend
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Deployment
Run yarn run deploy
to build the project, and deploy based on what is specified in apps/frontend/project.json
within the deploy
object.
Understand this workspace
Run nx graph
to see a diagram of the dependencies of the projects.
Remote caching
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Further help
Visit the Nx Documentation to learn more.