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

https://github.com/fusky-labs/auburn

A brazen and half-assed attempt at a "web operating system" framework
https://github.com/fusky-labs/auburn

framework lit-element lit-html react react-library

Last synced: 6 months ago
JSON representation

A brazen and half-assed attempt at a "web operating system" framework

Awesome Lists containing this project

README

          

# Auburn

A "framework" for writing web OSes into your HTML powered by Lit, including React support

## Folder structure

This is a monorepo containing docs written in Astro and its source components handled
by Vite, written in both Lit and React.

- [`docs`](/docs/) - Documentation site
- `packages`
- [`@auburn-core`](/packages/@auburn-core/): The core package
- [`@auburn-react`](/packages/@auburn-react/): React version based from `@auburn-core`

## Setup

Prerequisites:

- Node.js version 21 or higher
- PNPM package manager

Install dependencies with `pnpm install`:

```console
pnpm install
```

### Editing the documentation

Run the `dev:docs` command that is aliased from [`docs`](/docs/)

```console
pnpm run dev:docs
```

## License

Apache-2.0