A collections explorer for WCMA
Ensure Node is installed.
Ensure Yarn is installed.
Note: npm can be used instead of yarn if you prefer.
Copy .env.example
to .env
and replace values as appropriate.
yarn dev
yarn build && yarn start
yarn test
See package.json
scripts for more helpful tools. Please also refer to the NYTimes/kyt project repo for more details about the server configuration toolkit used for this app.
The readme-architecture doc gives a quick outline of the nested react components used for the search pages.