Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 709 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 709 Bytes

Relewise Demo Shop Nextjs

This is the Relewise demo shop featuring Search & Recommendations built on top of the JavaScript SDK. The Demo is built using Next.js.

Link to the demo shop is here: https://relewise.github.io/relewise-demos-shop-nextjs/

In order to run the demo shop you need access to a dataset in Relewise. Click here to sign-up for a 14 days Free Trial: https://www.relewise.com/free-trial

Development setup

  1. git clone the repo
  2. run npm i in the root of the project
  3. run npm run dev in the root of the project

Deployment to PROD

Project is hosted on Github pages and can be deployed manually using the workflow dispatch under 'Actions' on github.