LinkTree clone made with Next.js and Firebase and deployed with vercel at https://link-list-psi.vercel.app/
- Mobile First Design
- Firebase Authantication
- Custom Username Routes
- Realtime Link Update
- 404 Page for User not found
- Clone this repo and inatall node modules from
package.json
- Create a firebase project and add an web app in your project.
- Copy the configs and paste them in new file
firebase-config.js
in root level of the project. - Start the auth service in your firebase project and add Google as auth provider.
- Start the firestore service with any sever location of your choise.
- start the development server buy running
yarn dev