Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cxuesong/display-testing-cards

A react app helping you to test your monitor(s) with full-screen pure color cards in modern browsers.
https://github.com/cxuesong/display-testing-cards

display-testing monitor-testing react

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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: .

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`](https://github.com/wmonk/create-react-app-typescript).

## Setup for deployment

To restore local dependencies for development, you need

```powershell
npm update -dev
```

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

```powershell
npm run deploy
```