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

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🌙

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
```