Checklist
We love to automate anything if it can be automated. For the things we canβt automate (yet) we have a protocol. These protocols standardise our workflow so that everyone in Atolye15 can work on a standard. Checklist is a project that helps us follow these protocols online.
Motivation
We have been designing, developing & managing projects that vary in size for over 10 years now. Working on a different scale projects brought us some priceless experiences that led us to a greater success on the following projects. We updated our workflow, the way we work, even the hours we work. We try to adapt to the ongoing growth on technology and we are always on track with keeping our protocols updated.
This was an internal tool that we still use on every department but weβve decided to share this with the community so that we can help each other out, 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.
Contributing
If you would like to contribute to this project, please refer to CONTRIBUTING.md guide.
Development
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;
yarn lint
It lints TypeScript, runs ESLint and Stylelint.
yarn format
It runs Prettier.
yarn test
It runs tests.
yarn storybook
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
π
License
This project has MIT License.