A Vite-powered React app that searches the NASA image API and uses a random matching image as the page background.
- Node.js 20.19 or newer
- pnpm 11
Install dependencies:
pnpm installRun the local development server:
pnpm devBuild for production:
pnpm buildPreview the production build:
pnpm preview