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.