Yield Borg shows a simple chart of the different Smart Yields available on the SwissBorg platform. It is currently deployed on Vercel: yield-borg.vercel.app.
- Next.js app hosted on Vercel
- PostgresSQL database hosted on Neon
- Other dependencies: Recharts, Tailwind CSS
- Github Actions to check for new yields every hour
- Privacy-friendly GoatCounter for web analytics
# this file contains environment variables such as POSTGRES_URL and CRON_KEY
mv .env.development.local.example .env.development.local
# install dependencies and run app (available on localhost:3000)
npm install
npm run dev