shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
19 stars 42 forks source link

Fix errors in INSTALLATION.md #7

Closed kuv2707 closed 4 months ago

kuv2707 commented 4 months ago

The document for setting up the frontend seems erroneous. It needs to be updated with the steps to setup a react project using Vite.

sethdivyansh commented 4 months ago

@kuv2707 I think it would be better if we change the vite.config.ts and add server port: 3000 and add "start": "vite" to package.json to start frontend on npm start.

kuv2707 commented 4 months ago

@sethdivyansh Sure, that's simpler. There needs to be a mention of the build tool in the docs though.

shivansh-bhatnagar18 commented 4 months ago

@sethdivyansh Would you like to work on this issue? I would suggest you to just make changes in the documentation and resolve this issue asap.

sethdivyansh commented 4 months ago

@shivansh-bhatnagar18 Yes, sure