A calendar to remember an evening I can't remember.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
Initialize the Firebase project:
firebase initBuild:
npm run buildTest on a local emulator:
firebase emulators:startDeploy:
firebase deploy