An open API service indexing awesome lists of open source software.

https://github.com/tiagohm/nebulosa.app

Nebulosa Web Application
https://github.com/tiagohm/nebulosa.app

api astonomy astrophotography bun ccd elysiajs filter-wheel focuser heroui heroui-react observatory react remote-control tailwindcss telescope valtio

Last synced: 4 months ago
JSON representation

Nebulosa Web Application

Awesome Lists containing this project

README

          

# Nebulosa

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

[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

![](home.webp)

To install dependencies:

```bash
bun i --production
```

To start a development server:

```bash
bun dev
```

To generate a production-ready executable:

```bash
bun compile
```