Skip to content

Latest commit

 

History

History
 
 

Getting Started

  1. Copy .env.example to .env

  2. Define environment variables:

    • UNIFORM_PROJECT_ID
    • UNIFORM_API_KEY
    • KLEVU_SEARCH_URL_HOST - Search URL Host can be found in your Klevu dashboard, click 'Store Settings' then find 'APIv2 Cloud Search URL'
    • KLEVU_SEARCH_API_KEY - API Key can be found in your Klevu dashboard, click 'Store Settings' then find 'API Key'
  3. Run npm install

  4. Push Uniform content to a project:

    npm run uniform:sync:push
  5. Run the development server:

    npm run dev

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