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: 3 months ago
JSON representation
Making game data viewable in a human-friendly format.
- Host: GitHub
- URL: https://blossomishymae.github.io/clean-cuts/
- Owner: BlossomiShymae
- License: mit
- Created: 2024-05-02T01:38:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T00:22:16.000Z (5 months ago)
- Last Synced: 2024-06-14T05:10:44.910Z (5 months ago)
- Topics: community-dragon, league-of-legends
- Language: Vue
- Homepage: https://blossomishymae.github.io/clean-cuts/
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-league - Clean Cuts - Provides League of Legends game data in a human-friendly format. (External Apps)
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
```