Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 658 Bytes

File metadata and controls

32 lines (23 loc) · 658 Bytes

Contributing to plux

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