Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loke-dev/tcg
:heart: :blue_heart: Team Color Generator :yellow_heart: :purple_heart:
https://github.com/loke-dev/tcg
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T16:49:37.000Z (over 2 years ago)
- Last Synced: 2023-03-03T19:35:15.601Z (over 1 year ago)
- Language: Vue
- Homepage: https://tcg.loke.dev
- Size: 894 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCG - Team Color Generator
![EGbyZEi](https://user-images.githubusercontent.com/14079937/55016464-1cc59680-4fef-11e9-8777-e4a600c91be5.png)
## 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.