Skip to content

mgrubinger/whatarewegoingtoeattoday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are we going to eat today?

Simple app to help decide what to eat for lunch

https://whatarewegoingtoeattoday.grooovinger.com/

Get started

npm install
npm run dev

will run on localhost:8080

Firebase Configuration

Add a file called .env at project root with the following contents (replace xxx with your firebase api keys):

FB_API_KEY="xxx"
FB_AUTH_DOMAIN="xxx"
FB_DATABASE_URL="xxx"
FB_PROJECT_ID="xxx"
FB_STORAGE_BUCKET="xxx"
FB_MESSAGING_SENDER_ID="xxx"
FB_APP_ID="xxx"

Build

npm run build

About

A simple app to help decide what to eat for lunch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published