GHOST local development
For local development of templates for ghost blogs
- Use the Terminal to navigate to the directory you want to run your development in (I call mine "repos" and will use that name in these instructions)
- Create a directory in "repos" for your ghost templates, I recommend creating a Git repo for them
- Create a directory in "repos" called "ghost-server"
- run
cd ghost-server - run
npm install ghost-cli@latest -g