profile-viewer-tutorial icon indicating copy to clipboard operation
profile-viewer-tutorial copied to clipboard

Add README

Open melvincarvalho opened this issue 6 years ago • 3 comments

I think a README would be helpful

What could be made clearer is the mechanism to create solid-auth-client.bundle.js

melvincarvalho avatar Aug 06 '18 09:08 melvincarvalho

I think a README would be helpful

Definitely. As you can see, this code was put together right before showtime; I'll try to document what we wrote.

What could be made clearer is the mechanism to create solid-auth-client.bundle.js

No one should have to create it, really, but just download it from somewhere. For now, the instructions are:

$ npm install solid-auth-client
$ node_modules/solid-auth-client/dist-lib/solid-auth-client.bundle.js .

RubenVerborgh avatar Aug 06 '18 22:08 RubenVerborgh

just download it from somewhere.

Now auto-publishing at https://solid.github.io/solid-auth-client/dist/solid-auth-client.bundle.js

RubenVerborgh avatar Aug 06 '18 22:08 RubenVerborgh

Hi, any update on the README file? I'm trying the Solid App setup tutorial. It would be really helpful if there is a bit more detail about the usage of this code, especially for people who have no experience on frontend development, like me :) Thanks!

yanyanhu avatar Feb 25 '20 02:02 yanyanhu