/parse-chat-kata

Code challenge by Wonderflow

Primary LanguageTypeScriptMIT LicenseMIT

Getting Started

All the code is found inside of the src folder.

To be able to run this project, you need to install bun, which can be done by running:

curl -fsSL https://bun.sh/install | bash

If using Windows, using the linux subsystem is required.

When bun has been installed, you must install the project's dependencies by typing:

bun install

Then, to run the tests, you simply have to type:

bun wiptest