Skip to content

KenZync/ojn-viewer

Repository files navigation

OJN Viewer

A website to upload .ojn and see the chart made using Nuxt 3

Netlify Status

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.