Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 483 Bytes

Anjou

Easily generate pairs out of a list of people

Project setup

This app was created with create-react-app and yarn

You can add yarn with this command if you have npm:

npm install yarn -g

If that doesn't work for you, follow the instructions here

To get the project up and running simply clone and initialize with yarn

git clone git@github.com:joesasson/anjou.git
cd anjou
yarn install
yarn start