Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

πŸ”— [Archived] Linktree Clone with Svelte

License

Notifications You must be signed in to change notification settings

gifaldyazkaa/linktree-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

71 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”— Linktree Clone

Image Preview


➑️ Getting Started

πŸ“₯ Clone this repository

$ git clone https://github.com/gifaldyazkaa/linktree-clone.git
$ cd linktree-clone

πŸ“¦ Install all dependecies

$ yarn install

You can use npm or pnpm as package manager.

πŸ“ Start editing src/main.ts

All data (Name, username, avatarUrl, url) is defined at src/main.ts. You can just easily edit and manage it.

πŸƒ Run the app in development server

# Using yarn
$ yarn run dev

# Using dum
$ dum dev

πŸŽ‰ Open http://localhost:3000 to see the result.

⚑ Optimizing for Production

# Using yarn
$ yarn run build

# Using dum
$ dum build

🌐 Live Demo

Visit gifaldyazkaa-linktree.vercel.app to see Demo version.

πŸ“œ License

This Project is Licensed Under Apache-2.0 License.