This is a template developed in svelte and sapper taking as reference to https://github.com/TryGhost/Casper/
However you get the code, you can install dependencies and run the project in development mode with:
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Edit the src/config.js
file whit your integration GHOST data
{
GhostURL: 'https://demo.ghost.io',
SiteURL: 'http://localhost:3000/',
GhostContetKey: '22444f78447824223cefc48062',
GhostAPIVersion: 'v3'
}
$ npm run export