Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 908 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 908 Bytes

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.