https://nasa-apod-pink.vercel.app/
This project requires secret key that can be obtained here https://api.nasa.gov/, see .env.example
for a reference.
Install dependencies:
# npm
npm install
## Development
Start the development server:
```bash
# npm
npm run dev
## Production
Build the application for production:
```bash
# npm
npm run build
Locally preview production build:
```bash
# npm
npm run preview