mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +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
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user