With DubDubChat you can generate the craziest conversations with the phrases of Rick and Morty.
🏠 Homepage
✨ Demo
To run you need docker and docker compose or node and npm/yarn.
Clone this repo to your local machine and access to the folder:
$ git clone git@github.com:ielijose/dubdubchat.git
$ cd dubdubchat
Build and run:
$ docker-compose up
Install dependencies:
$ yarn
For production first generate public assets and then start the server:
$ yarn build
$ yarn start
For develop:
$ yarn dev
For lint use:
$ yarn lint
For lint and fix use:
$ yarn lint:fix
For pretty files use:
$ yarn pretty
For pretty files and fix use:
$ yarn pretty:fix
👤 Eli Jose Carrasquero