Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 958 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 958 Bytes

This project is no longer maintained. See Did It Land for an actively maintained replacement.

Build Status

Is it in Nightly?

Find out if a given changeset is in the latest Nightly build. Try it live at http://mcomella.xyz/is-it-in-nightly.

For more info (including implementation details), check out my blog post.

Setup

Install deps:

npm install

Run

To compile:

npm run build

Open the file locally in your browser. On OS X:

open dist/index.html

Or host a local web server:

cd dist && python -m SimpleHTTPServer

By default, connect to localhost:8000.

Development

To build as files are edited:

npm run watch

Test

Run:

npm test