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
- Clone the repository:
git clone https://github.com/milisp/plux
cd plux
- Install dependencies:
bun i
- Start the development server:
bun tauri dev
Development Commands
bun dev- Start development serverbun run build- Build the projectbun add <package>- Add dependenciesbun tauri dev- Start Tauri development mode