Built with love, using:
- Easy-to-use interface
- Save links to the cloud
- Access your links from any device in real-time
- Organize links with tags and categories
- Secure authentication
- Node.js (version 24 or higher)
- pnpm (version 10 or higher) as our package manager.
- Firebase CLI for Firebase emulators.
To install the dependencies, run:
pnpm installTo run the development server, use the following command:
pnpm devWe use Firebase for our backend services. To use Firebase, you need to create a Firebase project and add the Firebase
configuration to the .env file.
For local development, you can use the Firebase emulators. See the Emulators section for more information.
Services used:
- Firestore
- Firebase Authentication
- Firebase Hosting
To run the Firebase emulators, use the following command:
pnpm firebase-emulator:start