Interface Editor
The Interface Editor is an application that allows to modify and customize the coveo-search-ui.
Install
npm install coveo-interface-editor --save
Development
Node version 6+ required
npm install -g gulp # Gulp is the build tool, -g to install globally (so you can call gulp directly in the cmd line)
npm install # Install all the local dependencies for the project
gulp # Compile the project (you may need to use ./node_modules/.bin/gulp).
See Gulpfile.js
for more options.
Dev server
gulp dev
This start a webpack dev server available on http://localhost:8083
It also start a node js express server on http://localhost:3000 to act as a mock backend that allows to save and load search pages.
License
(c) Copyright 2017 Coveo Solutions Inc, all rights reserved.