2024-10-12 22:05:49 -05:00
2024-05-02 20:30:08 -05:00
2024-10-12 22:05:49 -05:00
2024-10-09 12:39:45 -05:00
2024-10-12 21:46:06 -05:00
2024-10-08 16:23:46 -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-10-12 07:20:00 -05:00
2024-05-01 20:39:18 -05:00
2024-10-12 21:51:47 -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%