Spaces:
Sleeping
Sleeping
| @echo off | |
| 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. |