Web3 Stack Genie is an interactive tool that helps developers choose and configure the optimal tech stack for their Web3 projects. By answering a few questions about your project requirements, it generates personalized recommendations for blockchain platforms, development frameworks, and essential tools to kickstart your Web3 development journey.
- Node.js (LTS version recommended) - install with nvm
- Git
# Clone the repository
git clone https://github.com/fusmanii/web3-stack-genie.git
# Navigate to the project directory
cd web3-stack-genie
# Install dependencies
npm install
# Start the development server
npm run devThe development server will start and you can view your project at http://localhost:8080.
This project is built with modern web technologies:
- Vite - Next Generation Frontend Tooling
- React - Web Framework
- TypeScript - Type-safe JavaScript
- shadcn/ui - Re-usable components
- Tailwind CSS - Utility-first CSS framework
