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
```
npm run build
## Getting started
Install dependencies
```sh
yarn install
```
# Watch
## Running tests
```
npm run watch
To run all tests
```sh
yarn test
```
To run all tests in watch mode
```sh
yarn test:watch
```
To start developing
```sh
yarn dev:rescript
```