Skip to content

Files

Latest commit

ce87e85 · Feb 26, 2021

History

History
34 lines (20 loc) · 718 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 718 Bytes

Contributing

We welcome contributions of all sorts and sizes, from reporting issues to submitting patches.


Code of Conduct

Help us keep Exercism welcoming. Please read and abide by the [Code of Conduct][https://exercism.io/code-of-conduct].

Prerequisites

You should have node and yarn to run this application locally

Setup

Install dependencies with yarn

yarn install

Run the app with yarn start

yarn start

This should open the app in localhost:3000 in your browser

Testing

Run yarn test to run test cases