Nuxt 3 site for the Nosana Explorer.
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