Skip to content

Local

Naturally, if you are just playing around with Ghost platform, you better spin up Ghost locally. You just need a supported version of Node.js, and to install the Ghost-Cli.

To install the Ghost-cli you just need to run this command:

npm install ghost-cli@latest -g

Then you need to create a folder on your OS. And inside that folder run the command:

ghost install local

Once the install is finished you’ll be able to access your new site on http://localhost:2368 and http://localhost:2368/ghost to access Ghost Admin ✨