Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 782 Bytes

File metadata and controls

35 lines (25 loc) · 782 Bytes

Contributing to Browser-Support

Issues, feedback, feature requests, and contributions are all welcome! Participation is subject to the OddBird code of conduct.

Demo page

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.