BlossomiShymae / clean-cuts

Making game data viewable in a human-friendly format.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making game data viewable in a human-friendly format.

Contributors

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

About

Making game data viewable in a human-friendly format.

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

License:MIT License


Languages

Language:Vue 71.7%Language:TypeScript 25.3%Language:CSS 3.0%