When I wanna to build taiga-events, not find config.example.json and index.coffee in taiga-events project

follow Taiga: Setup development environment to build taiga-event, can not find config.example.json and index.coffee in taiga-events project

coffee index.coffee
File not found: /Users/Documents/taiga-events/index.coffee

Hi,

Indeed, there appears to be an error in the documentation. We will review and address the issue.

Meanwhile, if I’m not mistaken, instead of copying config.example.json, there should be an env.example file that you should copy to .env and edit to reflect your config.

As for launching it, you should use either npm run start:dev or npm run start:production depending on your environment.

I hope this helps!

Best regards,

Hi

Yes, the document is not up to date

I have solved the problem myself by analyzing the source code

Anyway, thanks for your reply