Skip to content

Pterseus/viewer

Repository files navigation

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