Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cxuesong/display-testing-cards
- Owner: CXuesong
- License: mit
- Created: 2018-07-27T10:21:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T10:57:24.000Z (over 5 years ago)
- Last Synced: 2024-10-30T02:37:59.872Z (about 2 months ago)
- Topics: display-testing, monitor-testing, react
- Language: TypeScript
- Homepage: https://cxuesong.github.io/display-testing-cards/
- Size: 2.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```