Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 384 Bytes

Content viewer

This repository contains a simple browser for OMUSO contents.

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the application for production:

bun run generate