https://github.com/loke-dev/tcg
:heart: :blue_heart: Team Color Generator :yellow_heart: :purple_heart:
https://github.com/loke-dev/tcg
Last synced: 9 months ago
JSON representation
:heart: :blue_heart: Team Color Generator :yellow_heart: :purple_heart:
- Host: GitHub
- URL: https://github.com/loke-dev/tcg
- Owner: loke-dev
- Created: 2019-03-11T20:38:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T09:35:10.000Z (9 months ago)
- Last Synced: 2025-09-03T11:27:35.764Z (9 months ago)
- Language: Vue
- Homepage: https://tcg.loke.dev
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCG - Team Color Generator

## Setup
Make sure to install the dependencies:
```bash
npm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.