https://github.com/andismith/dev-tool-secrets
A site providing a list of secrets for the Browser Developer Tools in Chrome, Firebug, Firefox, Internet Explorer, Opera and Safari.
https://github.com/andismith/dev-tool-secrets
Last synced: about 1 month ago
JSON representation
A site providing a list of secrets for the Browser Developer Tools in Chrome, Firebug, Firefox, Internet Explorer, Opera and Safari.
- Host: GitHub
- URL: https://github.com/andismith/dev-tool-secrets
- Owner: andismith
- Created: 2013-02-26T14:25:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T19:57:05.000Z (over 9 years ago)
- Last Synced: 2025-05-05T22:15:08.328Z (about 1 month ago)
- Language: CSS
- Homepage: http://www.devtoolsecrets.com/
- Size: 3.69 MB
- Stars: 218
- Watchers: 24
- Forks: 40
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Secrets of the Browser Developer Tools
======================================A site providing a list of Browser Developer Tool 'secrets' for Chrome, Firebug, Firefox, Internet Explorer, Opera and Safari.
http://www.devtoolsecrets.com/
How to Run SotBDT Locally
-------------------------At the heart of *Secrets* is Jekyll, a static site publisher.
To run the site:
* Go to your usual Workspace/Projects folder
* git clone https://github.com/stubben/dev-tool-secrets.git
* You'll need to install Jekyll:gem install jekyll
* You'll also need rdiscount, if Jekyll does not download it as a dependency:
gem install rdiscount
* Jekyll can be run with the following command from the cloned directory:
jekyll serve -w
* The site should load at http://localhost:4000