Ratings and Reviews for Mautic Marketplace
- Project description: This project is provide the rating and the review functionalities in mautic-marketplace.
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