Skip to content

Vanilla-OS/Atlas

Repository files navigation

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:

pnpm dev

Production

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

pnpm build