Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 400 Bytes

Build Status

Crossword

Building a crossword puzzle editor using data from https://github.com/doshea/nyt_crosswords.

Using

This is build with create-react-app so all of its settings apply.

yarn start  // Starts dev server
yarn test   // Runs Jest tests
yarn build  // Builds site