Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 725 Bytes

Conference Twitter Bot

A tool to automate the promotion of research presented at academic conferences.

Setup

  • Download or clone the source code
  • Install the packages using the following command:

npm run install-packages

Docker

Using Docker compose, the project can be started using the following command:

docker-compose up

Useful commands

npx prisma migrate dev --name "name_of_migration" - creates a new migration from the schema file

npx prisma generate - creates a new client

docker-compose up --build - rebuilds the containers

wsl --shutdown - emergency command in case Docker is using too much memory (need restart to start wsl again)