https://github.com/parazeeknova/rewara
B2B SaaS platform that helps businesses enhance customer experience and engagement through intelligent analytics, personalized rewards, and real-time sentiment tracking.
https://github.com/parazeeknova/rewara
Last synced: 9 months ago
JSON representation
B2B SaaS platform that helps businesses enhance customer experience and engagement through intelligent analytics, personalized rewards, and real-time sentiment tracking.
- Host: GitHub
- URL: https://github.com/parazeeknova/rewara
- Owner: parazeeknova
- License: agpl-3.0
- Created: 2025-03-22T18:07:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T18:59:40.000Z (9 months ago)
- Last Synced: 2025-03-22T19:27:07.856Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
### rewara
A B2B SaaS platform that provides businesses with a comprehensive dashboard to analyze customer engagement, manage loyalty programs, collect and act on feedback, and improve customer satisfaction through data-driven insights.

#### Local Development
```bash
# Clone the repository
git clone https://github.com/parazeeknova/rewara.git
# Install dependencies
pnpm i or pnpm install
# Lint or format code
pnpm lint or pnpm format
# Start the development server (docker)
pnpm run docker:dev
# Copy envs to .env
cp .env.example .env
# Start the development server
pnpm dev
```