-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: update README #3
Conversation
README.md
Outdated
git tag <semver> <short-hash-of-main-commit> | ||
git push origin --tags | ||
``` | ||
The backend runs at http://localhost:5000 and the frontend runs at http://localhost:3000. |
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.
nit:
The backend runs at http://localhost:5000 and the frontend runs at http://localhost:3000. | |
The backend runs at `http://localhost:5000` and the frontend runs at `http://localhost:3000`. |
README.md
Outdated
@@ -194,6 +126,7 @@ git push -f | |||
|
|||
### Commits | |||
* Commits should be atomic (guideline: the commit is self-contained; a reviewer could make sense of it even if they viewed the commit diff in isolation) | |||
* Please follow the commitlint guidelines |
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.
* Please follow the commitlint guidelines | |
* Please follow the [commitlint](https://www.conventionalcommits.org/en/v1.0.0/) guidelines for writing descriptive commits |
|
||
Starter Code is an easy to set up, flexible, and customizable bootstrap that aims to encourage best development practices and provide baseline implementations of features common to UW Blueprint projects. 24 different stack combinations are supported, allowing "mix and match" between our most commonly used technologies. For more information on the motivation and design decisions behind Starter Code, please check out the home page of our [documentation site](https://uwblueprint.github.io/starter-code-v2)! | ||
|
||
Teams should adopt Starter Code and use it as a foundation to get their projects off the ground faster, and as a guideline for how to structure their applications. We hope Starter Code will help project teams output higher quality and maintainable code, and allow them to focus on building cool, interesting features instead of setting up and doing boilerplate work. Put simply, Starter Code is here to help us deliver more value to our NPO partners. | ||
|
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.
Add Web platform for [Community Fridge KW Donor](https://www.instagram.com/communityfridgekw/?hl=en) Scheduling!
Notion ticket link
Update Readme
Implementation description
Checklist