This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Description
The instructions are similar to one given in CONTRIBUTING.md or BUILDING.md in Node.js core repo, but with the following changes:
For example:
Example commands to run coverage:
-
$ git clone [email protected]:trivikr/quic.git
$ cd quic
- On Unix/macOS:
$ ./configure --experimental-quic --coverage
$ make -j4 coverage
- On Windows:
$ .\vcbuild experimental-quic coverage
EDITs: