Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 558 Bytes

Project Title

Ratings and Reviews for Mautic Marketplace

Project Overview :

  • Project description: This project is provide the rating and the review functionalities in mautic-marketplace.

Installation :

Make sure you have node.js install on your machine.

Clone the repository.

https://github.com/mautic/marketplace-frontend.git

Replace your auth0 credentials in src/index.jsx and supabase credentials in src/supabase.js.

Install Dependencies

npm install

Start the Development Server

npm run dev