Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 317 Bytes

File metadata and controls

18 lines (12 loc) · 317 Bytes

Proptify

Fractional real estate tokenization on Stellar.

Quick Start (npm only)

# Install all dependencies
npm run install-all

# Start both backend and frontend
npm run dev

Backend: http://localhost:3001
Frontend: http://localhost:3000

See QUICK_START.md for detailed instructions.