An open API service indexing awesome lists of open source software.

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.

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
```