Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 528 Bytes

File metadata and controls

31 lines (20 loc) · 528 Bytes

Nebulosa

The complete integrated solution for all of your astronomical imaging needs.

Active Development

To install dependencies:

bun i --production

To start the development server:

bun dev

To start the production server:

bun prod

To generate the production-ready executable:

bun compile