github

zeit / now-app

  • пятница, 30 сентября 2016 г. в 03:13:34
https://github.com/zeit/now-app

JavaScript
The native client for ZEIT's now



Build Status Slack Channel XO code style

For more details, head to: https://zeit.co/app

Usage

You can download the latest release here.

Caught a bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Bundle the source code and watch for changes: npm run dev
  4. Start the app in a new terminal tab: npm start

To make sure that your code works in the bundled application, you can generate the binaries like this:

$ npm run pack

After that, you'll find them in the ./dist folder!