Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipakparmar/dipak.bio
Personal Dynamic linktree alternative
https://github.com/dipakparmar/dipak.bio
grapqhl hasura-graphql linktree linktree-alternative
Last synced: 28 days ago
JSON representation
Personal Dynamic linktree alternative
- Host: GitHub
- URL: https://github.com/dipakparmar/dipak.bio
- Owner: dipakparmar
- Created: 2021-02-17T06:42:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:31:59.000Z (3 months ago)
- Last Synced: 2024-08-09T10:38:12.762Z (3 months ago)
- Topics: grapqhl, hasura-graphql, linktree, linktree-alternative
- Language: JavaScript
- Homepage: https://dipak.bio/links
- Size: 487 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Lightweight Linktr.ee Alternative
This project uses [Tailwind CSS](https://tailwindcss.com/) (v3) with Next.js.
## Configuration
### Environment Variables
| Environment Var name | Var Value | Help/Link |
| ---------------------------- | :-------------------------------: | ------------------------------------------------------------------------------------------------------------------------------: |
| NEXT_PUBLIC_GA_TAG_ID | G-XXXXXXXX | [How to Set Up Google Analytics: A Step-by-Step Guide by HootSuite](https://blog.hootsuite.com/how-to-set-up-google-analytics/) |
| NEXT_PUBLIC_WEBHOOK_SECRET | secret | Webhook Secret for Revalidating the page, eg. usage https://localhost:3000/api/revalidate?secret=yoursecret |
| NEXT_PUBLIC_GRAPHQL_ENDPOINT | https://localhost:8080/v1/graphql | GraphQL Endpoint for the GraphQL API |## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=dipakparmar&utm_medium=readme&utm_campaign=oss):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdipakparmar%2Fdipak.bio&project-name=my-linktree&repo-name=my-linktree&env=NEXT_PUBLIC_GA_TAG_ID&env=NEXT_PUBLIC_WEBHOOK_SECRET&env=NEXT_PUBLIC_GRAPHQL_ENDPOINT)
[![Powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com?utm_source=dipakparmar&utm_medium=readme&utm_campaign=oss)