If you are having difficulties running the app or have a question about the service, please ask a question on dW Answers or Stack Overflow.
If you encounter an issue with this sample app, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has encountered this issue already.
If you want to contribute to the repository, here's a quick guide:
- Fork the repo.
- Install the dependencies by doing
npm install
. - Develop your code changes.
- Make sure your code follows the
eslint
format guidelines by doingnpm run lint
.- To fix some formatting issues, you can do
npm run autofix
- To fix some formatting issues, you can do
- Test your code changes:
npm test
- Commit your changes.
- Push your fork and submit a pull request.