Skip to content

JoeForks/now-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS CI Status Windows CI status Slack Channel XO code style

For more details about Now and why you should use it, head to this page.

Usage

You can download the latest release here.

If you're using Homebrew Cask, you can install it by running these commands:

brew update
brew cask install now

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. Start the app: 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!

Authors

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%