Skip to content
forked from leerob/daydrink

Find the best drink deals and happy hours in your area.

Notifications You must be signed in to change notification settings

tim-stuff/daydrink

 
 

Repository files navigation

daydrink

This application is part of Mastering Next.js.

banner app

Running Locally

$ git clone https://github.com/leerob/daydrink.git
$ cd leerob.io

Set GraphQL URL for Apollo Client by adding the following field to .env file.

GRAPHQL_URL=
$ yarn
$ yarn dev

To use Firebase Auth, you will need to run now dev and have a .env file similar to this.

FIREBASE_API_KEY=
FIREBASE_APP_ID=
FIREBASE_AUTH_DOMAIN=
FIREBASE_PROJECT_ID=

Built Using

About

Find the best drink deals and happy hours in your area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • TypeScript 2.1%