A simple, user-friendly guide to help people open the developer console in different browsers and operating systems.
Console.help provides straightforward instructions for accessing the browser developer console across multiple browsers (Chrome, Firefox, Safari, Edge, Opera) and operating systems (Windows, macOS, Linux). The site automatically detects the user's browser and OS to show relevant instructions.
-
Clone the repository
git clone https://github.com/magicpages/console.help.git cd console.help
-
Install dependencies
npm install
-
Build the CSS
npm run build
-
Start the development server
npm start
-
Visit http://localhost:3000 in your browser
-
Build and start the Docker container
docker-compose up -d
-
The website will be available at http://localhost
-
Build the CSS for production
npm run build
-
Deploy the following files to your web server:
- index.html
- script.js
- dist/styles.css
- node_modules/@fontsource/inter (directory)
index.html
- Main HTML filescript.js
- Browser/OS detection and user interface logicsrc/styles.css
- Source CSS file (with Tailwind directives)dist/styles.css
- Compiled and minified CSSDockerfile
- Docker configurationdocker-compose.yml
- Docker Compose configurationhow.html
- Page explaining the technical details and browser detection
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is maintained by Magic Pages to help developers and non-technical users access the browser console more easily.