/fotodaily

Photography related news aggregator.

Primary LanguageSvelte

Fotodaily

Photography related news aggregator that automatically fetches content from relevant sites every day.

Installing locally

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.

Developing

Once installed you can run in dev:

# with yarn
yarn dev

# or npm
npm run dev

Made with

Svelte
NodeJS
Strapi