https://github.com/a7bari/ahbari-link-in-bio
https://github.com/a7bari/ahbari-link-in-bio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a7bari/ahbari-link-in-bio
- Owner: A7bari
- Created: 2022-10-24T20:03:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T19:40:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:09:47.267Z (6 months ago)
- Language: JavaScript
- Size: 6.5 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Link in bio with 3d animation
this project is an inspiration by Takuya Matsuyama's [video](https://www.youtube.com/watch?v=u71pHOyvBp0&t=2s)## Features
- Modern UI Design
- 3d animation using three.js
- Webpack as a module bundler
- Fully Responsive## demo
**To view the demo:** [**click here**](https://ahbari-m.github.io/ahbari-link-in-bio/)

## How To Use
From your command line :
```
# Clone the repository
$ git clone https://github.com/Ahbari-M/ahbari-link-in-bio.git# Move into the repository
$ cd ahbari-link-in-bio
```## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```