https://github.com/tushgaurav/cclick
A text snippet sharing platform with link shortening and tracking capabilities.
https://github.com/tushgaurav/cclick
link-shortener nextjs pastebin-service sharing-platform
Last synced: 3 months ago
JSON representation
A text snippet sharing platform with link shortening and tracking capabilities.
- Host: GitHub
- URL: https://github.com/tushgaurav/cclick
- Owner: tushgaurav
- License: gpl-3.0
- Created: 2023-04-23T08:04:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T08:00:56.000Z (over 2 years ago)
- Last Synced: 2025-01-22T21:13:03.184Z (over 1 year ago)
- Topics: link-shortener, nextjs, pastebin-service, sharing-platform
- Language: TypeScript
- Homepage: https://cclick.click
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# cclick - Store and share your text snippets

### Features
- Store and share your text and code snippets with anyone.
- Shorten long links with Link Shortner.
- Track number of views on your pastes and links.
### Getting Started
Clone this repository to your local machine:
```
git clone https://github.com/tushgaurav/cclick.click
cd cclick.click
```
Make a .env file inside the root directory with the following values:
```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see your local cclick.click instance.