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's JuneteenthConf talk, "Breaking into Tech." Learn more about us in an upcoming blog post!
This website is built using Gridsome, a static site generator based on VueJS. It's under pretty heavy construction, but we love it already, and we hope you do, too!
- Make sure you have node installed. You can check by running
node --version
- Install Gridsome CLI tool if you don't have it:
npm install --global @gridsome/cli
oryarn global add @gridsome/cli
- Clone the repo:
git clone https://github.com/cherryontech/website.git
cd website
npm install
oryarn install
- Run
gridsome develop
to start a local dev server. In the terminal, you will see an address such ashttp://localhost:8080/
. Navigate to that address in a browser to see the project in action.
We welcome you to contribute to our "Tech Dictionary," where we share tech terms from different perspectives. To get involved, read CONTRIBUTING.md.