-
Copy
.env.exampleto.env -
Define environment variables:
UNIFORM_PROJECT_IDUNIFORM_API_KEYKLEVU_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'
-
Run
npm install -
Push Uniform content to a project:
npm run uniform:sync:push
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.