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: