-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd6214f
commit 21cc1cd
Showing
1 changed file
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -14,7 +14,8 @@ The live site can be found at [https://curriculum.turing.edu/](https://curriculu | |
### Contributing | ||
|
||
* Clone the repo `git clone [email protected]:turingschool/curriculum-site.git` | ||
* run `bundle install` | ||
* Note: You will need Ruby 3.2.2 installed ([setup instructions if needed](https://mod0.turing.edu/computer-setup#install-rbenv)) | ||
* Run `bundle install` | ||
* You can now begin to edit the website. | ||
* To start the server run `jekyll serve --incremental`. | ||
* Navigate to `localhost:4000` to see the site | ||
|