Skip to content

opnsrce/code-katas

Repository files navigation

Code Katas

This repo holds various code katas I've found around the internet and attempted.

Installation and Setup With Node

Run:

npm i

In the root directory. To see a list of possible commands, run:

npm run

In the root directory.

installation and Setup with Docker

To use the project via Docker:

Clone the Repo

git clone https://github.com/opnsrce/code-katas.git

Navigate to the Code Directory

cd code-katas

Start the Container

docker-compose up -d

Attach to a Runner Container

Once you've started the container, you can run the following command in VS Code:

> Dev Containers: Attach to a running container

Then choose /code-katas from the list.

About

A collection of code Katas I've found / worked on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published