Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 357 Bytes

File metadata and controls

23 lines (14 loc) · 357 Bytes

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