Skip to content

Latest commit

 

History

History

README.md

Coveo integration starter

This starter is based on Next.js and it showcases main use case of Coveo <> Uniform integration - Ability to register Coveo components from @coveo/headless as Canvas components (see the /components folder). After the Coveo integration is installed into your Uniform project, you will see new Coveo components added to your component library. This project contains the sample front-end implementation of those components.

Getting Started

  1. npm install or yarn

  2. Run the development server:

    npm run dev
    # or
    yarn dev

Open http://localhost:3000 with your browser to see the result.