Skip to content

Latest commit

 

History

History
87 lines (77 loc) · 3.56 KB

File metadata and controls

87 lines (77 loc) · 3.56 KB
layout default
title Home

ByteLab Composer Documentation

Welcome to the ByteLab Composer documentation. This workspace contains multiple projects for development tools and services.

ByteLab Composer

A Tauri-based desktop application built with Rust and web technologies.

  • Location: /ByteLab/
  • Technology Stack: Rust, Tauri, Node.js
  • Purpose: Main desktop application for ByteLab Composer
Rust Tauri Node.js

Dashboard

A Next.js-based web dashboard for project management and monitoring.

  • Location: /dashboard/
  • Technology Stack: Next.js, TypeScript, React
  • Purpose: Web interface for project overview and management
Next.js TypeScript React

Documentation

This Jekyll-based documentation site.

  • Location: /docs/
  • Technology Stack: Jekyll, Markdown
  • Purpose: Project documentation and guides
Jekyll Markdown GitHub Pages

Additional Tools

Supporting tools and utilities for the ByteLab ecosystem.

Utilities CLI Tools

Getting Started

Each project has its own setup instructions:

  1. ByteLab Composer App: See /ByteLab/README.adoc
  2. Dashboard: Navigate to /dashboard/ and run npm install
  3. Documentation: This site - see Development Guide

Quick Links