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/publicTo run the dashboard against the devnet backend at https://local.devnet.nosana.com:
sudo npm run dev -- --dotenv .env.dev --host local.devnet.nosana.com --port 443 --httpsThe dashboard will be available at https://local.devnet.nosana.com/.
Your browser will show a self-signed certificate warning that you'll need to accept.
