Spaces:
Sleeping
Sleeping
File size: 344 Bytes
100a6dd |
1 2 3 4 5 6 7 |
#!/bin/bash
echo "Installing dependencies for Chess UI..."
npm install --save react react-dom axios
npm install --save-dev typescript @types/react @types/react-dom @vitejs/plugin-react vite tailwindcss postcss autoprefixer
echo "Dependencies installed successfully!"
echo ""
echo "You can now run 'npm run dev' to start the development server." |