https://github.com/benlei/samsara-web
Site that is primarily focused on Genshin Impact & HSR banner history and summary.
https://github.com/benlei/samsara-web
banners genshin genshin-impact genshinimpact history honkaistarrail hsr nextjs react starrail summary tool typescript
Last synced: 5 months ago
JSON representation
Site that is primarily focused on Genshin Impact & HSR banner history and summary.
- Host: GitHub
- URL: https://github.com/benlei/samsara-web
- Owner: benlei
- License: mit
- Created: 2022-12-23T23:50:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T10:06:40.000Z (6 months ago)
- Last Synced: 2025-12-21T17:17:27.524Z (6 months ago)
- Topics: banners, genshin, genshin-impact, genshinimpact, history, honkaistarrail, hsr, nextjs, react, starrail, summary, tool, typescript
- Language: TypeScript
- Homepage: https://samsara.pages.dev/
- Size: 14.6 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
To install everything in beginning, install `pnpm`. For OSX this can be as simple as:
```shell
brew install pnpm
```
Or:
```shell
npm i -G pnpm
```
Then install dependencies via:
```shell
pnpm i
```
To run in develop mode, run:
```shell
pnpm dev
```
## Unit tests
Run:
```shell
pnpm test
```
## E2E tests
Run:
```shell
pnpm e2e
```