Skip to content

Site that is primarily focused on Genshin Impact & HSR banner history and summary.

License

Notifications You must be signed in to change notification settings

benlei/samsara-web

Repository files navigation

Getting Started

To install everything in beginning, install pnpm. For OSX this can be as simple as:

brew install pnpm

Or:

npm i -G pnpm

Then install dependencies via:

pnpm i

To run in develop mode, run:

pnpm dev

Unit tests

Run:

pnpm test

E2E tests

Run:

pnpm e2e