Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摑 Fix broken links in README.md #81

Closed
vikasganiga05 opened this issue Apr 16, 2021 · 2 comments
Closed

馃摑 Fix broken links in README.md #81

vikasganiga05 opened this issue Apr 16, 2021 · 2 comments

Comments

@vikasganiga05
Copy link
Contributor

The link to run the project locally & the link to run the demo site locally are not correct. Both are missing the src directory.

How to Fix :

- http://localhost:8000/?user=DenverCoder1
+ http://localhost:8000/src/?user=DenverCoder1
- http://localhost:8000/demo/
+ http://localhost:8000/src/demo/

Screenshot :

image

@DenverCoder1
Copy link
Owner

The composer start script is set to run php -S localhost:8000 -t src which will set src as the root directory, so if you use this new script, the /src/ is not part of the url any more.

@vikasganiga05
Copy link
Contributor Author

The composer start script is set to run php -S localhost:8000 -t src which will set src as the root directory, so if you use this new script, the /src/ is not part of the url any more.

Oh! sorry, my bad. I didn't notice that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants