8000 GitHub - algarecu/solid-tutorial-pastebin: Example application to be used in the Solid tutorials.
[go: up one dir, main page]

Skip to content

algarecu/solid-tutorial-pastebin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid Pastebin Tutorial

Example application used in the Solid intro tutorial.

Setup

Step 1: Have a container URL ready, where you'll be writing the pastebins. (Either create an account on a Solid server, or use the URL provided by your tutorial instructor.) This will look something like:

https://username.databox.me/Public/bins/

Step 2: Locate the following line, near the top of app/app.js:

   var defaultContainer = '';

Change the empty string to the URL of the container you want to use.

Step 3: Open index.html in your web browser.

About

Example application to be used in the Solid tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • HTML 20.1%
  • CSS 18.0%
0