Skip to content

Commit

Permalink
Merge pull request solid-contrib#7 from nealmcb/readme
Browse files Browse the repository at this point in the history
Add a README.md as discussed in issue solid-contrib#3
  • Loading branch information
RubenVerborgh authored Oct 6, 2018
2 parents ba69445 + bceae58 commit 9f98516
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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.

0 comments on commit 9f98516

Please sign in to comment.