macOS
Start here to build install Pushkin and its dependencies on macOS.
Last updated
Start here to build install Pushkin and its dependencies on macOS.
Last updated
If you don’t have Homebrew, install it. If you do not have Xcode installed yet, this installation will prompt you to install it as well.
Note that Homebrew requires a 64-bit Intel CPU, macOS High Sierra /(10.13/) or higher, Command Line Tools /(CLT/) for Xcode, and a Bourne-compatible shell for installation like bash or zsh.
If you don't have an installation of Node yet (you'd know if you did), you should install it:
Then run the following to get Yarn, which will let you download Pushkin:
Install Yalc globally.
Install pushkin-cli package globally.
Confirm that pushkin-cli is installed by running:
You should get a list of commands with some documentation for each.
Confirm that you have version 2.0.0
or later by running:
and reading the output.
Next, install Docker.
Confirm that you have at least Docker Engine 23.0 and Docker Desktop 4.19.
Great! You're all done. Head over here to build a basic Pushkin site and experiment.