-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update README.md #255
Open
ashvin2005
wants to merge
1
commit into
cherryontech:pit
Choose a base branch
from
ashvin2005:patch-1
base: pit
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #255
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/23b098eb-c146-4dea-96ed-287909bcda39/deploy-status)](https://app.netlify.com/sites/cherryontech/deploys) | ||
|
||
# Welcome To Cherry On Tech's website | ||
# 🎉 Welcome to Cherry On Tech's Website! 🌟 | ||
|
||
We are a tech squad! We support each other as we learn and grow in our tech careers. We got the idea from [Mo Hampton](https://twitter.com/MoxieHampton)'s [JuneteenthConf](https://www.juneteenthconf.com/) talk, "[Breaking into Tech](https://www.youtube.com/watch?v=2N5fI5j-IIs)." Learn more about us in an upcoming blog post! | ||
We are a **tech squad** dedicated to supporting each other as we learn and grow in our tech careers. Our inspiration comes from [Mo Hampton](https://twitter.com/MoxieHampton)'s insightful talk at [JuneteenthConf](https://www.juneteenthconf.com/), titled "[Breaking into Tech](https://www.youtube.com/watch?v=2N5fI5j-IIs)." Stay tuned for an upcoming blog post to learn more about us! | ||
|
||
## Tech Stack | ||
## 🛠️ Tech Stack | ||
|
||
This website is built using [Gridsome](https://gridsome.org/), a static site generator based on [VueJS](https://vuejs.org/). It's under pretty heavy construction, but we love it already, and we hope you do, too! | ||
This website is built using [Gridsome](https://gridsome.org/), a static site generator based on [VueJS](https://vuejs.org/). While it's still under construction, we love it already, and we hope you do too! ❤️ | ||
|
||
## Installation | ||
## 🚀 Installation | ||
|
||
1. Make sure you have [node](https://nodejs.org/) installed. You can check by running `node --version` | ||
1. Install Gridsome CLI tool if you don't have it: `npm install --global @gridsome/cli` or `yarn global add @gridsome/cli` | ||
1. Clone the repo: `git clone https://github.com/cherryontech/website.git` | ||
1. `cd website` | ||
1. `npm install` or `yarn install` | ||
1. Run `gridsome develop` to start a local dev server. In the terminal, you will see an address such as `http://localhost:8080/`. Navigate to that address in a browser to see the project in action. | ||
To get started with our project, follow these steps: | ||
|
||
## Contributing | ||
|
||
We welcome you to contribute to our "Tech Dictionary," where we share tech terms from different _perspectives_. To get involved, read [CONTRIBUTING.md](CONTRIBUTING.md). | ||
Comment on lines
-20
to
-22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Issue: This is a very important section and should not be removed. |
||
1. Make sure you have [Node.js](https://nodejs.org/) installed. Check your installation by running: | ||
```bash | ||
node --version |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Issue: The installation steps are important to remain here. If you'd like to enhance this section by moving the node check instructions (as you added on ln15), feel free to do that.