Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(vite config) & doc (main readme) : Start Frontend with just …
…"npm start" (All-Hands-AI#333) * frontend : added vite --port 3001 | package.json "start" script : added "vite --port 3001" to frontend package.json Just use npm start ; uses port 3001 * Updated installation section for frontend | README.md With the addition of "start": "vite --port 3001" to the frontend's package.json, simply use "npm start" to initiate the frontend development environment. * -modify vite config port to 3001 -Revert "frontend : added vite --port 3001 | package.json"
- Loading branch information