Issues, feedback, feature requests, and contributions are all welcome! Participation is subject to the OddBird code of conduct.
The index.html page is published to
https://oddbird.github.io/browser-support/index.html.
To start a local server for testing, run:
# command line
npm run serve
Then go to http://localhost:6030/ in a web browser.
If localias is configured and running, add an alias for this project:
localias set browser-support.local 6030
This will allow you to visit the project at https://browser-support.local.