-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Welcome to the techhigh.us wiki!
First things first, go to this website and follow the step by step instructions (use the newest version of the ruby installer with the devkit).
Next, you need to make a fork of this repository for your own use, either make a new folder or use an existing one to clone the repository to your computer.
Before you continue make sure the git bash is installed, install it here
To clone the repository, go to your fork, click the dropdown on the green "code" button, copy the link. After you copy the link you need to go into a folder where you storing this project and right click.
Click "GIT bash here" and you should see a GIT bash console open up. Type git clone <link>
where is the link to your repository. This should get you a folder on your computer with the project, which you can then open with VS Code. To get the website running on your computer, type bundle exec jekyll serve
which will start the website locally.
Good luck and don't forget to always sync your repo!
Once you've completed your changes commit and push them to your repo's dev branch and make a pull request to the techhigh dev branch. Have someone look over your changes to avoid conflicts and possible mistakes before the pull request is merged.
Usually, you should go with the simplest and most logical option but if you're still confused ask for help.
Make sure you're in the correct directory. For example: C:\Desktop\techhigh\techhigh.us
You would have to cd into techhigh.us in order to access the Gemfile to run the site.