Use your preferred IDE
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/Parq254/Math-Problem-Solver
# Step 2: Navigate to the project directory.
cd Math-Problem-Solver
# Step 3: Install the necessary dependencies.
npm install
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
# Step 6: Building for Production
# Build the application:
npm run build
# Preview the production build:
npm run preview
This project is built with .
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS