You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
I decided to update the README of a group project that I worked on this semester. Since the project is pretty simple, I didn't know what else to add besides a description of the project, installation, and license. Let me know what else I could add! Link to the README is here.
The text was updated successfully, but these errors were encountered:
Big fan of the project, it looks awesome! I really like the description you've added at the top under the tag line, it's really specific and I knew exactly what the project which often isn't the case with other projects.
I had a three suggestions which you might fund helpful, no pressure though they're just aesthetic really.
If you've got a series of shell commands to execute, you can add them all into a "block" using triple backticks (rather than the single that you've used there) and you can even get syntax highlighting going on. A bit like below, check out the guide here (I just set the language to bash).
cd server
php composer.phar install
php composer.phar start
Personally I don't tend to include guides for installing dependencies such as node and npm. If you include it then it tends to mean you've got to keep on top of installation changes for their tech. Maybe find a guide and link to it at the top of the setup and then just list the npm install http-server -g steps.
Maybe include a picture of the application in action so people can see a sample of what they might get. As your project is totally visual you might find it conveys a lot of what you've said in the "purpose" section, or it could complement it well.
Great readme, I'll have to give this project a go a bit later as well, it looks fun. Oh I also love the name!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I decided to update the README of a group project that I worked on this semester. Since the project is pretty simple, I didn't know what else to add besides a description of the project, installation, and license. Let me know what else I could add! Link to the README is here.
The text was updated successfully, but these errors were encountered: