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 dubdubchatBuild and run:
$ docker-compose upInstall dependencies:
$ yarnFor production first generate public assets and then start the server:
$ yarn build
$ yarn startFor develop:
$ yarn devFor lint use:
$ yarn lintFor lint and fix use:
$ yarn lint:fixFor pretty files use:
$ yarn prettyFor pretty files and fix use:
$ yarn pretty:fix👤 Eli Jose Carrasquero