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.
Merge pull request solid-contrib#7 from nealmcb/readme
Add a README.md as discussed in issue solid-contrib#3
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# profile-viewer-tutorial for Solid applications | ||
|
||
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) | ||
|
||
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 move to the tag for the first step, | ||
|
||
git checkout tutorials/lunch-break/steps/01 | ||
|
||
and, as instructed, set up a local web server to serve the contents of this repository. | ||
|
||
Then move to the next step, | ||
|
||
git checkout tutorials/lunch-break/steps/02 | ||
|
||
refresh your browser, and so forth. |