You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, When I tried running npm run start , I encountered an error. I found that there is no "start" script in the package.json file. Although, the server is running using the command npm run dev. I feel the command to run the server in ReadMe file must be changed to npm run dev or add script = "start": "vite" to the package.json, so that new users can run this website without encountering any issue. Thank you!
The text was updated successfully, but these errors were encountered:
Hello, When I tried running npm run start , I encountered an error. I found that there is no "start" script in the package.json file. Although, the server is running using the command npm run dev. I feel the command to run the server in ReadMe file must be changed to npm run dev or add script = "start": "vite" to the package.json, so that new users can run this website without encountering any issue. Thank you!
The text was updated successfully, but these errors were encountered: