Skip to content

nettracex/website

Repository files navigation

NetTraceX Logo NetTraceX Documentation Website

This is the documentation website for NetTraceX, a comprehensive network diagnostic toolkit built with Go, featuring a beautiful terminal user interface powered by the Bubble Tea framework.

About NetTraceX

NetTraceX is a modern network diagnostic tool that combines the power of traditional command-line network utilities with an intuitive terminal user interface. Built with clean architecture principles and extensive testing, it provides a unified experience for network troubleshooting and analysis.

Key Features

  • 🌐 Comprehensive Network Tools: Built-in support for ping, traceroute, DNS lookups, WHOIS queries, and SSL certificate analysis
  • 🎨 Beautiful Terminal Interface: Powered by the Bubble Tea framework for responsive and intuitive terminal UI
  • 🔧 Extensible Plugin System: Clean architecture with SOLID principles allows for easy extension
  • ⚡ High Performance: Built with Go for fast execution and low resource usage
  • 🧪 Well Tested: Comprehensive unit tests with 100% coverage for all core components
  • 📦 Cross-Platform: Works on Windows, macOS, and Linux

Website Development

This documentation website is built using Docusaurus, a modern static website generator.

Prerequisites

  • Node.js 20.0 or later
  • npm or yarn

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Documentation Structure

Project Links

License

NetTraceX is licensed under the MIT License. See LICENSE for details.

Contributing

We welcome contributions! Please see our Contributing Guide for details on how to contribute to NetTraceX.

About

Website for NetTraceX

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published