MinaFoundation / gptSurveySummarizer

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

Dockerfile, concurrently, npm start #18

Closed Smorci closed 2 months ago

Smorci commented 2 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