Skip to content

aulasoftwarelibre/codekata-template-typescript

Repository files navigation

codekata-template-typescript

This is the code kata template for typescript created by Aula de Software Libre de la Universidad de Córdoba

You can use this repository as a template or open it directly by clicking here:

Open in GitHub Codespaces

Codespace install all dependencies automatically, if you prefer to install locally follow these steps:

Local installation

You need to enable pnpm if you don't have it yet:

corepack enable

To use this template open a terminal on the same folder and run

pnpm install

After that you will be ready to code.

To run the test run:

pnpm test