Skip to content

RectiFlex/BFX1

Repository files navigation

BlockFix

A professional property management and maintenance platform.

Deployment

This project is configured for deployment on Netlify.

Deploy with Netlify

  1. Fork or clone this repository

  2. Create a new site in Netlify

  3. Connect to your repository

  4. Configure the following environment variables in Netlify's dashboard:

    • VITE_FIREBASE_API_KEY
    • VITE_FIREBASE_AUTH_DOMAIN
    • VITE_FIREBASE_PROJECT_ID
    • VITE_FIREBASE_STORAGE_BUCKET
    • VITE_FIREBASE_MESSAGING_SENDER_ID
    • VITE_FIREBASE_APP_ID
    • VITE_APP_NAME
    • VITE_APP_URL
    • VITE_ENABLE_ANALYTICS
    • VITE_MAINTENANCE_MODE
  5. Deploy! Netlify will automatically detect the build settings from netlify.toml

Development

  1. Install dependencies:
npm install
  1. Copy .env.example to .env and fill in your values:
cp .env.example .env
  1. Start development server:
npm run dev
  1. Build for production:
npm run build

Features

  • Property Management
  • Maintenance Work Orders
  • Personnel Management
  • Analytics Dashboard
  • Financial Reporting
  • Smart Contract Integration

Tech Stack

  • React
  • TypeScript
  • Tailwind CSS
  • Firebase Authentication
  • Ethers.js
  • Vite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages