MinaFoundation / PGT_gptSurveySummarizer

Discord bot to gather your thoughts
4 stars 4 forks source link

Dockerfile, concurrently, npm start #18

Closed Smorci closed 7 months ago

Smorci commented 7 months ago

Because the package should have both applications (bot.js, summarizer.js) running I propose using concurently as presented in the solution.

I also propose grouping the source files in a separate directory.

Open for feedback.

Closes #17