Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 390 Bytes

File metadata and controls

28 lines (20 loc) · 390 Bytes

ATOR Protocol Dashboard

This repository contains the ATOR Protocol Dashboard webapp, built with Nuxt v3.

Install

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