2016-03-21 17:36:28 +03:00
# Firefox Developer Tools
2017-03-22 15:55:54 +03:00
Hello! This documentation is for developers who want to work on the developer tools.
2016-03-21 17:36:28 +03:00
2017-03-22 15:55:54 +03:00
If you are looking for general docs about how to use the tools, checkout [this MDN page ](https://developer.mozilla.org/en-US/docs/Tools ) instead.
2016-03-21 17:36:28 +03:00
2017-03-22 15:55:54 +03:00
If you are looking for a getting started guide on the developer tools, all of this information is documented on the [Hacking ](https://wiki.mozilla.org/DevTools/Hacking ) wiki page.
2016-03-21 17:36:28 +03:00
2017-03-21 17:19:20 +03:00
[GitBook ](https://github.com/GitbookIO/gitbook ) is used to generate online documentation from the markdown files here.
Here is how you can re-generate the book:
```bash
# Install GitBook locally
npm install -g gitbook-cli
# Go into the docs directory
cd /path/to/mozilla-central/devtools/docs/
# Generate the docs and start a local server
gitbook serve
# Or just built the book
gitbook build
```