BlossomiShymae be4084b79a Add TFT items
2024-09-13 11:13:49 -05:00
2024-05-02 20:30:08 -05:00
2024-09-09 15:58:00 -05:00
2024-09-12 21:13:27 -05:00
2024-09-13 11:13:49 -05:00
2024-09-13 11:13:49 -05:00
2024-09-12 16:04:31 -05:00
2024-05-01 20:38:02 -05:00
2024-05-01 20:38:02 -05:00
2024-05-02 20:53:45 -05:00
2024-06-13 12:04:27 -05:00
2024-05-01 20:39:18 -05:00
2024-09-09 15:58:00 -05:00
2024-09-09 15:58:00 -05:00
2024-06-13 19:21:44 -05:00
2024-05-02 21:15:17 -05:00
2024-05-01 20:38:02 -05:00

Clean Cuts

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
Description
Making game data viewable in a human-friendly format.
Readme MIT 6.9 MiB
Languages
Vue 68.2%
TypeScript 31.8%