Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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.