It has been developed for the use of Huawei Developer Programs.
This is internal tool that we use on developer programs. Please feel free to suggest a checklist or an improvement on a checklist. We will consider every suggestion and implement the ones that we think fits our needs and the way we work.
If you would like to contribute to this project, please refer to CONTRIBUTING.md guide.
You need to run the command below for the development server.
cd checklist
gatsby develop
Now the project is running on https://localhost:8000 with live-reload server.
Here are the some useful commands;
It lints TypeScript, runs ESLint and Stylelint.
It runs Prettier.
It runs tests.
It runs Storybook
You need to follow these steps to open a new pull request;
- Make your changes
- Run
yarn lint
- Run
yarn format
- Run
yarn test
- Commit your changes
- Publish your branch
- Open a PR 🎉
This project has MIT License.