A highly modular, premium-designed web application for browsing and inspecting Texas Instruments Hardware Development Kits (EVMs).
- Filterable/Searchable Directory: Quickly locate evaluation modules by Processor or Board Family.
- Detailed EVM Pages: Dynamic specs, integrated interactive BOMs, OS downloads, and rich 3D STL visualizations.
- Responsive & Accessible: Native Light/Dark modes, mobile-friendly navigation, and CSS-driven component animations.
- Install dependencies:
npm install - Start the development server:
npm run dev
This project is configured for seamless deployment to GitHub pages using Vite and gh-pages.
- Ensure the
baseproperty invite.config.jsmatches your repository name (e.g.,'/EVM-Explorer/'). - Run the deployment script:
npm run deploy- This automatically builds the production output to the
dist/folder and pushes it to thegh-pagesbranch.
- This automatically builds the production output to the