Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ It's built using React, Typescript and Styled components.
## Running
This project is using create-react-app, and so to run it, simply:
1. Clone this project
2. `yarn start`/`npm start`
2. `yarn`/`npm i`
3. `yarn start`/`npm start`

## Build your own
The app accepts an array of "Message" objects, each containing a message to view, and a list of possible replies.
Expand Down