Contributing to plux

August 5, 2025 ยท View on GitHub

Thank you for your interest in contributing to plux! This guide will help you set up the development environment and understand the project structure.

Prerequisites

Setup Instructions

  1. Clone the repository:
git clone https://github.com/milisp/plux
cd plux
  1. Install dependencies:
bun i
  1. Start the development server:
bun tauri dev

Development Commands

  • bun dev - Start development server
  • bun run build - Build the project
  • bun add <package> - Add dependencies
  • bun tauri dev - Start Tauri development mode