adding readme

This commit is contained in:
Andre 2023-09-06 19:05:27 +09:30
parent ecf9996d48
commit d6e0786611

View File

@ -1,13 +1,30 @@
# Gilded Rose
This is the Gilded Rose kata in Rescript with Jest
# Build ## Getting started
```
npm run build Install dependencies
```sh
yarn install
``` ```
# Watch ## Running tests
``` To run all tests
npm run watch
```sh
yarn test
``` ```
To run all tests in watch mode
```sh
yarn test:watch
```
To start developing
```sh
yarn dev:rescript
```