path for env variable NEXT_PUBLIC_AWS_API_URL in CONTRIBUTING.md is http://localhost:8000/local which will not work as GraphQL backend is now being hosted on http://localhost:8000/development
To Reproduce
Go to CONTRIBUTING.md
Check Setting Up the Development Environment section
See error
Expected behavior
the correct value should be http://localhost:8000/development
Thank you for raising an issue. Soon, the owner/maintainers will review it and offer feedback/suggestions.
Meanwhile if you enjoy contributing to the project, please consider giving it a star ⭐.
Describe the bug
path for env variable NEXT_PUBLIC_AWS_API_URL in CONTRIBUTING.md is
http://localhost:8000/local
which will not work as GraphQL backend is now being hosted onhttp://localhost:8000/development
To Reproduce
Expected behavior
the correct value should be
http://localhost:8000/development
Screenshots/Videos
No response
Additional context
No response
Please checkmark the following checklist