Live visual editing for the BreakOut site.
Clone the repository and run npm i
, that will install the needed modules and build the cms into the dist
-folder.
Now rename app.config.js.sample
to app.config.js
and put in a link to a running BreakOut-frontend instance in it. After this you have to rebuild the app using npm run build
.
For live editing run npm run server
and for deployment run npm run build
to build the cms again.
Other npm tasks are currently out of function
Please report issues here on the issues page or via waffle.io.