https://github.com/pnsk-lab/eclipsa
🌂Performance + Experience🌙
https://github.com/pnsk-lab/eclipsa
deno framework frontend javascript typescript vite web-framework
Last synced: about 8 hours ago
JSON representation
🌂Performance + Experience🌙
- Host: GitHub
- URL: https://github.com/pnsk-lab/eclipsa
- Owner: pnsk-lab
- License: mit
- Created: 2024-10-12T11:32:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-05T13:33:19.000Z (about 21 hours ago)
- Last Synced: 2026-04-05T14:24:54.116Z (about 20 hours ago)
- Topics: deno, framework, frontend, javascript, typescript, vite, web-framework
- Language: TypeScript
- Homepage: https://eclipsa-docs-alpha.nakasyou.workers.dev
- Size: 2.58 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# eclipsa

eclipsa is a frontend framework, built on Vite Environment API and Hono.
## Development
```bash
bun install
bun run dev
```
## Build
```bash
bun run pack
```
The publishable packages use package-local `vite.config.ts` files with
`vite-plus` `pack`, emit declarations into `dist/`, and generate a
publish-ready `dist/package.json` from package-local `publishConfig`.
## Docs Deploy
```bash
cd docs
bun run deploy
```
This deploys `docs/dist/client` with Cloudflare Workers Static Assets using
[`docs/wrangler.jsonc`](/home/nakasyou/eclipsa/docs/wrangler.jsonc).
## Test
```bash
bun run test
```