This is a React-based web application built with Vite, TypeScript, and shadcn-ui components. The application provides deep research and validation for startup ideas.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Node.js & npm installed - install with nvm
# Clone the repository
git clone <YOUR_GIT_URL>
# Navigate to the project directory
cd <YOUR_PROJECT_NAME>
# Install dependencies
npm i
# Start the development server
npm run devThe development server runs on port 8080 by default. You can access the application at http://localhost:8080.
To create a production build:
npm run buildThe application can be deployed to any static hosting service that supports Node.js applications.
This project is licensed under the MIT License.