ifyoumakeit / crossword

🏁 NYT Crossword with React
https://crossword-hooks.netlify.com/
1 stars 0 forks source link

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