An open API service indexing awesome lists of open source software.

https://github.com/rsm-hcd/cop-clean-code-katas

Coding Katas for the Clean Code Community Of Practice
https://github.com/rsm-hcd/cop-clean-code-katas

Last synced: 2 months ago
JSON representation

Coding Katas for the Clean Code Community Of Practice

Awesome Lists containing this project

README

        

# 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](https://deno.com/) if you are unfamiliar with the runtime.

### Install Deno

- Follow
[these steps](https://docs.deno.com/runtime/manual/getting_started/installation)
to install Deno
- Follow
[these steps](https://docs.deno.com/runtime/manual/getting_started/setup_your_environment#visual-studio-code)
to get VSCode setup for Deno

## Next Steps

- If you are a `participant` (looking to practice a kata) then install the
[kata-runner](https://github.com/rsm-hcd/kata-runner).
- If you are a `contributor` (looking to add or alter Katas) then follow
[these](./documentation/contributors.md) instructions