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.
- Host: GitHub
- URL: https://github.com/infinitaslearning/infinixtc-katas
- Owner: infinitaslearning
- Created: 2023-02-20T09:56:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T11:19:49.000Z (about 1 year ago)
- Last Synced: 2025-05-08T02:38:36.577Z (about 1 year ago)
- Language: TypeScript
- Size: 295 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.