-
Notifications
You must be signed in to change notification settings - Fork 227
Created the setup md solving issue #1189 #1202
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for code-a2z ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
@bored-arvi
|
Changed the Vite Server Domain
@bored-arvi is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
@bored-arvi Update your branch & complete it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating it
@bored-arvi Is it complete or still left any work? |
Both options running with a local MongoDB and backend, as well as running the frontend connected to the deployed backend are working perfectly. All work has been completed. Please let me know if you’d like me to add or refine anything further. |
Are you sure? Could you share with both running up video preview? |
Closes: #1189
Describe the add-ons or changes you've made 📃
Screenshots 📷
Type of change ☑️
What sort of change have you made:
Note to reviewers 📄
This PR adds documentation for running the project locally in two modes:
Full Local Development — run both backend and frontend on your machine (requires local MongoDB).
Frontend Only — run only the frontend while pointing to the deployed backend (https://pjt-blog.onrender.com).
Key points for reviewers:
Both setups are pre-configured in .env.example.
Developers just need to uncomment the relevant section and copy it to .env.
Common pitfalls (e.g., missing MongoDB, wrong VITE_SERVER_DOMAIN) are documented.
No changes were made to code logic — only documentation for smoother onboarding.