Ecosyste.ms: Awesome

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

https://blossomishymae.github.io/clean-cuts/

Making game data viewable in a human-friendly format.
https://blossomishymae.github.io/clean-cuts/

community-dragon league-of-legends

Last synced: about 2 months ago
JSON representation

Making game data viewable in a human-friendly format.

Lists

README

        

# [Clean Cuts](https://blossomishymae.github.io/clean-cuts/)

Making game data viewable in a human-friendly format.

![](preview.png)

## Contributors



## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```