TypeScript solutions for Katas from
- LeetCode 🧡
- And more... 🌈
- Clone the repository
- Install the tools in the .tool-versions file.
- You may use asdf for the installation.
- Run:
yarn
- Run the tests:
yarn test
- Run the linting:
yarn lint
- Write the tests, write the code, have fun!
- Lint the code (
yarn lint
), run the tests (yarn test
), format the code (yarn format
) - Open a Pull Request, wait for all the checks to pass, and merge! 🎉