The main marketing/landing site for DSTRBTD - Trust-less Decentralised Distributed Training on Bittensor's Subnetwork 38.
- 🎨 Modern dark theme matching the dashboard aesthetic
- 🌐 Animated distributed network visualization on the hero section
- 📱 Fully responsive design
- ⚡ Built with React + Vite for fast performance
- 🎯 SEO-friendly structure
npm installnpm run devThe site will be available at http://localhost:3001
npm run buildThe built files will be in the dist directory.
npm run previewMainFrontend/
├── public/ # Static assets (logo, images, etc.)
├── src/
│ ├── components/ # React components
│ │ ├── DistributedNetwork.jsx # Animated network visualization
│ │ ├── Navigation.jsx
│ │ ├── Hero.jsx
│ │ ├── Features.jsx
│ │ ├── About.jsx
│ │ └── Footer.jsx
│ ├── pages/ # Page components
│ │ └── Home.jsx
│ ├── App.jsx # Main app component
│ ├── App.css # Main styles
│ ├── index.css # Global styles
│ └── main.jsx # Entry point
├── index.html
├── package.json
└── vite.config.js
- Replace placeholder content: Edit the components in
src/components/to add your actual content from Webflow - Add images: Place images in
public/and reference them as/image-name.png - Add new sections: Create new components in
src/components/and import them insrc/pages/Home.jsx - Styling: Modify
src/App.cssto match your design needs
The site uses CSS variables defined in src/index.css:
--bg-primary: Main background (#0a0a0a)--bg-secondary: Secondary background (#151515)--text-primary: Primary text (#ffffff)--text-secondary: Secondary text (#e0e0e0)--accent-blue: Blue accent (#60a5fa)--accent-green: Green accent (#34d399)
- Install Vercel CLI:
npm i -g vercel - Run
vercelin the project directory - Follow the prompts
- Build the project:
npm run build - Deploy the
distfolder to Netlify
Build the project and deploy the dist folder to any static hosting service.
Copyright © 2025 DSTRBTD. All rights reserved.