Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 432 Bytes

Nosana Dashboard

Nuxt 3 site for the Nosana Explorer.

Nosana Dashboard

Build Setup

Make sure to install the dependencies:

# install dependencies
npm ci

# Start the development server on `http://localhost:3000`:
npm run dev

# Or build the application for production:
npm run generate

# Preview the production build
npx http-server .output/public