Closed woahdae closed 4 years ago
Hi @woahdae Thank You for reporting this issue.
All of JavaScript SDKs in development mode require a globaldemo-config.js
file with projectId and access keys. However this is a pretty legacy pattern used across Keen SDK's and the documentation is not fully clear about how to run a project.
I created a ticket in our Backlog to address this issue by:
demo-config.js
file.Documentation updated. The global config file moved as local repository file.
Contributing guidelines say to run
npm run start
, but I get the following. It looks to me like a step is missing, like downloading a "demo-config" project?