Skip to content

braican/drinking-buddy

Repository files navigation

Drinking Buddy

An Untappd companion app to help identify deeper stats around beer data. This app is built with Svelte and Sveltekit; data is stored in Supabase; data is sourced from the Untappd API.

Installation

  1. Create an .env file with cp .env.sample .env, then add the relevant values.
  2. Run nvm install.
  3. Run npm install.

Development

  1. Run nvm install.
  2. Run npm run dev to start the development server.

Architecture

This app is hosted on Vercel, with data stored in Supabase.

Credits