forked from solid-contrib/profile-viewer-tutorial
-
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
Showing
1 changed file
with
3 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -2,13 +2,14 @@ | |
|
||
This is the code behind the tutorial [Make a Solid app on your lunch break](https://solid.inrupt.com/docs/app-on-your-lunch-break) | ||
|
||
An easy way to use it is to clone this tutorial locally: | ||
It has tags defined for each step of the tutorial. Thus, | ||
an easy way to use it is to clone this tutorial locally: | ||
|
||
git clone [email protected]:solid/profile-viewer-tutorial.git | ||
|
||
and then, as you follow the instructions in the tutorial, follow along here step-by-step with the commits to this repository. | ||
|
||
E.g., follow the initial steps to get yourself a Solid pod. Then | ||
E.g., follow the initial steps to get yourself a Solid pod. Then move to the tag for the first step, | ||
|
||
git checkout tutorials/lunch-break/steps/01 | ||
|
||
|