Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 904 Bytes

Proof of Concept: Simulate Personalized Recommendations

A proof of concept on how to simulate personalized recommendations.

Development

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Usage

To generate new fake data (csv):

npm run fakedata

Learn More About Next.js

To learn more about Next.js, take a look at the following resources: