Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 398 Bytes

File metadata and controls

21 lines (14 loc) · 398 Bytes

Contributing

Building and Development

See the StartOS Packaging Guide for complete environment setup and build instructions.

Quick Start

# Install dependencies
npm ci

# Build universal package
make

How to Contribute

  1. Fork the repository and create a branch from master
  2. Make your changes
  3. Open a pull request to master