-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadMe file missing commands #92
Comments
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊 |
Once check with the issue and assign me I will resolve the issue |
already enough content in readme file bro |
Hello @PraveenUppar! Your issue #92 has been closed. Thank you for your contribution! |
Missing Install dependencies for both the backend and frontend:
Install backend dependencies:
cd backend
npm install
npm run start
Install frontend dependencies:
cd ../frontend
npm install
npm run dev
The text was updated successfully, but these errors were encountered: