Photography related news aggregator that automatically fetches content from relevant sites every day.
Just install all deps:
# with yarn
yarn
# or npm
npm install
Create your admin account and set up .env accordingly.
Prod config is defined for Heroku, see Strapi docs and edit if deploying elsewhere.
Once installed you can run in dev:
# with yarn
yarn develop
# or npm
npm run develop