Modern blockchain-powered LPG ecosystem platform.
# Navigate to website folder
cd website
# Start the server
node server.jsThen open: http://localhost:3000
cd website
python -m http.server 8000Then open: http://localhost:8000
- Install "Live Server" extension in VS Code
- Right-click
index.html→ "Open with Live Server"
Buttons won't work if you open the HTML file directly (double-click) because JavaScript modules require a web server. Use one of the methods above.
All features are fully interactive with:
- 📊 Live charts and graphs
- 🔄 Digital twin 3D visualization
- 📈 Real-time data updates
- 🌐 Blockchain transaction tracking
- 🤖 AI/ML analytics
website/
├── index.html - Landing page
├── server.js - Local development server
├── styles.css - Modern dark theme
├── main.js - Interactive module loader
├── features/ - Feature pages
│ ├── index.html - Dashboard
│ ├── nft-cylinder.html - Digital twin visualization
│ ├── pricing-oracle.html - Live price charts
│ └── ...
└── backend/ - Backend stubs and implementations
├── nft.js
├── oracle.js
├── ml-forecast.js
├── cv-safety.js
├── mpesa.js
└── qrcode-verifier.js