Photography related news aggregator that automatically fetches content from relevant sites every day.
Just install all deps:
# with yarn
yarn
# or npm
npm install
You'll also need the backend side of things.
Set VITE_HOSTURL
on .env accordingly.
Once installed you can run in dev:
# with yarn
yarn dev
# or npm
npm run dev