Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 673 Bytes

display-testing-cards

A react app helping you to test your monitor(s) with full-screen pure color cards in modern browsers.

Live site at: https://cxuesong.github.io/display-testing-cards/.

If you have any suggestions or bug reports, please don't hesitate to open an issue. This is my first react app, and I will try to improve it whenever I can.

Bootstrapped with: create-react-app-typescript.

Setup for deployment

To restore local dependencies for development, you need

npm update -dev

To build the website and deploy it to GitHub pages, you need

npm run deploy