Skip to content

tcastanie/another-apod-viewer

Repository files navigation

Another-APOD-viewer

another-apod-viewer

Version 2 of the another-apod-viewer using Nuxt and Nuxt UI, with simpler code. This time the API calls are proxied 💪

Version 1 is in v1 branch.

favicon  Setup

Make sure to install the dependencies:

pnpm install

favicon  Development Server

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

pnpm run dev

favicon  Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

favicon  Linter

pnpm run lint
pnpm run lint:fix

Look at Nuxt docs and Nuxt UI docs to learn more.