Installation Guide πŸ’»

Prerequisites πŸ“‹

Ensure you have the following installed:

  • Node.js (v16+) πŸ› οΈ

  • Yarn / npm πŸ“¦

  • Docker (optional, for database setup) 🐳

Steps πŸ—οΈ

  1. Clone the repository:

git clone https://github.com/prophi-platform.git cd prophi-platform

  1. Install dependencies:

npm install

  1. Start the development server:

npm run dev

  1. Deploy Smart Contracts:

truffle migrate --network rinkeby

  1. Run backend services: