https://github.com/shnhrrsn/compat
Clear compatibility for web features.
https://github.com/shnhrrsn/compat
caniuse css html javascript mdn reference
Last synced: over 1 year ago
JSON representation
Clear compatibility for web features.
- Host: GitHub
- URL: https://github.com/shnhrrsn/compat
- Owner: shnhrrsn
- License: mit
- Created: 2022-03-21T02:41:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T06:09:31.000Z (about 2 years ago)
- Last Synced: 2025-03-20T16:15:52.842Z (over 1 year ago)
- Topics: caniuse, css, html, javascript, mdn, reference
- Language: JavaScript
- Homepage: https://compat.codes
- Size: 549 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# compat.codes
[compat.codes](https://compat.codes/) is powered by data from [mdn](https://developer.mozilla.org/en-US/) and [gs.statcounter.com](https://gs.statcounter.com/) to provide clear compatibility for web features.
## Development
**compat** is built on [Next.js](https://nextjs.org). You can get started by running the following commands:
```sh
git clone https://github.com/shnhrrsn/compat.git && cd compat
git submodule update --init --depth=1
yarn install
yarn dev
```