From 29522ad330aaa093d8e41d1090e0752ed4748a4c Mon Sep 17 00:00:00 2001 From: Murmurline Date: Fri, 19 Apr 2024 14:45:54 +0800 Subject: [PATCH] Update README.md Add videos and slides link --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02e14c5..313d58f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ Users can compile their personal attractions and publish them to the public as a The project is deployed on **Vercel**, using **CloudFlare** for DNS services, available at [https://hidden-gem.xyz]() +You can check out the demo here. It's completely in Mandarin. +[DEMO Here](https://www.youtube.com/live/kUz354uG-24?si=58wv65uGNTWWxUlw&t=5632) + +I also have a bilingual (English, Traditional Chinese) slide here. + +[Slide Here](https://www.slideshare.net/slideshows/hiddengem-attraction-recording-platform-slide/266594257) + **Database**: Utilizes Firebase Firestore for NoSQL DB and Firebase Storage for static database operations. **Authentication**: Employs Firebase Auth (Email, Google) and is integrated with Clerk for third-party authentication, supporting both traditional web applications and blockchain-based logins via MetaMask. @@ -94,8 +101,6 @@ Since I used `Page Router` to support some older versions of Next.js projects an [Slide Here](https://www.slideshare.net/slideshows/hiddengem-attraction-recording-platform-slide/266594257) - - ## Getting Started with Next `npm install ` or use `yarn` to install packages first.