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

https://github.com/infinitaslearning/infinixtc-katas

Learning from each other during our coding dojos.
https://github.com/infinitaslearning/infinixtc-katas

Last synced: 8 months ago
JSON representation

Learning from each other during our coding dojos.

Awesome Lists containing this project

README

          

# InfiniXTC Katas

Katas we've been working on during the InfiniXTC meetups.

## How to get set up

### TypeScript

`cd` into `infinixtc-katas/TypeScript` and run

`npm i`

Run the tests with

`npm t`

### Other languages

For katas in other languages, create a top level directory with the language name and include the setup and installation inside that directory.