Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 360 Bytes

Hinata 🔍

Built with Unsplash API. A site where you can search and download images.

Get it up and running

First, clone the repo and install the dependencies:

pnpm install

Create a .env.local file and add the following:

VITE_UNSPLASH_ACCESS_KEY=<your-unsplash-access-key>

Run the development server:

pnpm dev