Skip to content

ielijose/dubdubchat

Repository files navigation

Welcome to DubDubChat 👋

Version License: MIT Twitter: ielijose

With DubDubChat you can generate the craziest conversations with the phrases of Rick and Morty.

Demo


Installation

Prerequisites

To run you need docker and docker compose or node and npm/yarn.

Clone

Clone this repo to your local machine and access to the folder:

$ git clone [email protected]:ielijose/dubdubchat.git
$ cd dubdubchat

Usage

Docker & Docker Compose

Build and run:

$ docker-compose up

Node & npm / yarn

Install dependencies:

$ yarn

For production first generate public assets and then start the server:

$ yarn build
$ yarn start

For develop:

 $ yarn dev

Eslint

For lint use:

 $ yarn lint

For lint and fix use:

 $ yarn lint:fix

Prettier

For pretty files use:

 $ yarn pretty

For pretty files and fix use:

 $ yarn pretty:fix

Author

👤 Eli Jose Carrasquero