mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
adding readme
This commit is contained in:
parent
ecf9996d48
commit
d6e0786611
@ -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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user