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
- Host: GitHub
- URL: https://github.com/tiagohm/nebulosa.app
- Owner: tiagohm
- License: mit
- Created: 2025-06-02T22:03:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T23:48:02.000Z (4 months ago)
- Last Synced: 2025-06-21T00:29:09.121Z (4 months ago)
- Topics: api, astonomy, astrophotography, bun, ccd, elysiajs, filter-wheel, focuser, heroui, heroui-react, observatory, react, remote-control, tailwindcss, telescope, valtio
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Nebulosa
The complete integrated solution for all of your astronomical imaging needs.
[](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)

To install dependencies:
```bash
bun i --production
```To start a development server:
```bash
bun dev
```To generate a production-ready executable:
```bash
bun compile
```