Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkrishguptaa/biodrop-self
Concept-Application built on top of the BioDrop API
https://github.com/kkrishguptaa/biodrop-self
astro biodrop tailwindcss typescript vercel
Last synced: 18 days ago
JSON representation
Concept-Application built on top of the BioDrop API
- Host: GitHub
- URL: https://github.com/kkrishguptaa/biodrop-self
- Owner: kkrishguptaa
- License: gpl-3.0
- Created: 2023-11-25T12:33:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:23:07.000Z (24 days ago)
- Last Synced: 2024-10-26T14:37:20.548Z (23 days ago)
- Topics: astro, biodrop, tailwindcss, typescript, vercel
- Language: Astro
- Homepage: https://biodrop-self.xkrish.co
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
BioDrop-Self
Concept-Application built on top of the BioDrop API
## 📦 Archive Notice
This repository has been archived in favor of BioDrop's new layouts feature. Refer to [EddieHubCommunity/BioDrop#7310](https://github.com/EddieHubCommunity/BioDrop/issues/7310)
## 📸 Screenshots
| Desktop | Mobile |
| --- | --- |
| ![Screenshot of the application, the page includes a example of my (Krish Gupta)'s profile'](https://github.com/xkrishguptaa/biodrop-self/raw/main/assets/screenshots/desktop.png) | ![Screenshot of BioDrop Self On A Mobile Device To Showcase That It's Responsive](https://github.com/xkrishguptaa/biodrop-self/raw/main/assets/screenshots/mobile.png) |## 🌟 Features
- [x] Completely Responsive and Mobile Friendly
- [x] Deploy your own version of BioDrop Self in seconds
- [x] Truly Customizable with TailwindCSSYou can change anything about it, as it's completely open source!
![Example of Tobiloba changing some things in BioDrop Self ;D](https://github.com/xkrishguptaa/biodrop-self/raw/main/assets/customize.png)
## 🚀 Deploy
You can deploy your own version of BioDrop Self in seconds, with the help of [Vercel](https://vercel.com).
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fxkrishguptaa%2Fbiodrop-self&env=BIODROP_USERNAME&project-name=biodrop&repository-name=biodrop-self&demo-title=BioDrop%20Self%20%E2%80%95%20Design%20your%20own%20Biodrop&demo-description=Self-host%20LinkFree's%20UI%20but%20still%20be%20on%20the%20community%20network&demo-url=https%3A%2F%2Fbiodrop-self.xkrish.co&demo-image=https%3A%2F%2Fgithub.com%2Fxkrishguptaa%2Fbiodrop-self%2Fraw%2Fmain%2Fassets%2Fscreenshots%2Fdesktop.png)
## 🚀 Getting Started
### 📝 Environment Variables
BIODROP_USERNAME - Your BioDrop Username
### 💻 Local Development
```bash
# Install dependencies
$ yarn install --frozen-lockfile
# Start the development server
$ yarn dev
```## 🛠️ Built With
- [Astro](https://astro.build) - The static site generator used
- [TailwindCSS](https://tailwindcss.com) - The CSS framework used
- [Vercel](https://vercel.com) - The hosting platform used
- [BioDrop](https://biodrop.io) - The API used