Thank you for your interest in contributing to plux! This guide will help you set up the development environment and understand the project structure.
- Clone the repository:
git clone https://github.com/milisp/plux
cd plux- Install dependencies:
bun i- Start the development server:
bun tauri devbun dev- Start development serverbun run build- Build the projectbun add <package>- Add dependenciesbun tauri dev- Start Tauri development mode