Skip to content

Creates configuration page for Appleton Pebble Recycling App.

Notifications You must be signed in to change notification settings

zo0o0ot/PebblePages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pebble Pages

Create configuration pages for your next Pebble project.

How to use

Click the 'Fork' button in the top right of the project page.

Click on the 'Branch' button, and type in gh-pages. Then click create.

Once that's created, edit the data.json file. This will be used to later generate your page.

After that, you'll need Node to build the page. Go to http://nodejs.org/ to download and install it. Clone your forked repository to your computer. Then go into your OS terminal and navigate to the directory. Once done, just run the following:

git checkout -b gh-pages

node build

git add index.html
git add data.json
git commit -m 'Changes'
git push origin gh-pages

Then you're done! Navigate then to username.github.io/PebblePages (it may take a while for GitHub to update).

About

Creates configuration page for Appleton Pebble Recycling App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.8%
  • CSS 42.1%
  • HTML 6.1%