For more details, head to: https://zeit.co/now
You can download the latest release from here (macOS - more platforms soon).
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
npm install
- Bundle the source code and watch for changes:
npm run dev
- 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!