Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 445 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 445 Bytes

Pantry Cabinet

A site written with NextJS React that lets you track what you have in your pantry and quickly sort through them.
Uses Google Authorization and Firebase services to save your pantry cabinets and items.

How to run locally

To run locally install dependencies with npm install and start up a Firebase emulator with npm run firebase-emulators.
Then run npm run start and see the result live on https://localhost:3000.