Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 876 Bytes

cop-clean-code-katas

Coding Katas for the Clean Code Community Of Practice

Getting Started

This is a Deno based repository. Because of this, whether you are a participant or a contributor, you will need to install Deno. you can read about Deno here if you are unfamiliar with the runtime.

Install Deno

Next Steps

  • If you are a participant (looking to practice a kata) then install the kata-runner.
  • If you are a contributor (looking to add or alter Katas) then follow these instructions