Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vanilla-os/atlas

Vib Image Registry Browser
https://github.com/vanilla-os/atlas

images vanillaos vib vib-image vue webapp

Last synced: about 2 months ago
JSON representation

Vib Image Registry Browser

Awesome Lists containing this project

README

        

# Atlas

Atlas is OCI registry, designed for Vanilla OS.

## Configuration

To configure your registry, you need to edit the `config.ts` file.

## Development

To run the registry in development mode, run the following command:

```bash
pnpm dev
```

## Production

To run the registry in production mode, run the following command:

```bash
pnpm build
```