Installation Guide 💻
Prerequisites 📋
Ensure you have the following installed:
Node.js (v16+) 🛠️
Yarn / npm 📦
Docker (optional, for database setup) 🐳
Steps 🏗️
Clone the repository:
git clone https://github.com/prophi-platform.git cd prophi-platform
Install dependencies:
npm install
Start the development server:
npm run dev
Deploy Smart Contracts:
truffle migrate --network rinkeby
Run backend services: