This is the default wintersmith template adjusted for Netlify Create.
-
Clone this repo.
-
Install dependeices:
npm install
-
Install stackbit CLI (local Netlify Create)
npm install -g @stackbit/cli
-
Open one terminal and run wintersmith
npm run dev
Wintersmith development server should start locally on localhost:3000
-
Open second terminal and run:
stackbit dev
Once visual editor server starts you should see a link http://localhost:8090/_stackbit, click it to open the visual editor. You will need to have a Netlify account.
-
Now you can edit the contents of your Wintersmith site and your changes will be saved in markdown files.