- 📝 Instant text sharing
- 🔗 Automatic URL detection and linking
- 📋 One-click copy functionality
- 🗑️ Easy deletion of snippets
- ⚡ Real-time updates
- 🎨 Clean, minimalist interface
- Node.js (v14 or higher)
- npm or yarn
- Firebase account
-
Clone the repository:
git clone https://github.com/iamrahulmahato/clipture.git cd clipture
-
Install dependencies:
npm install # or yarn install
-
Set up environment variables:
- Copy
.env.example
to.env
:cp .env.example .env
- Fill in your Firebase configuration in
.env
- For Vercel deployment, add these environment variables in your Vercel project settings
- Copy
-
Start the development server:
npm run dev # or yarn dev
- Create a new Firebase project
- Enable Firestore Database
- Update the
.env
file with your Firebase configuration - For Vercel deployment, add the same environment variables in your Vercel project settings
- Firebase - Backend and database
- Tailwind CSS - Styling
- Vite - Build tool
- jQuery - DOM manipulation
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to submit a Pull Request.
Created with ❤️ by Rahul Mahato