redfrogsss / linky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linky - a simple link in bio page

Overview

This is a simple link in bio page that I created using SvelteKit. It is a simple page that allows you to add links to your social media profiles and other websites. It is a simple page that is easy to use and easy to customize.

Features

  • Add links to your social media profiles and other websites

Screenshots

Screenshot Main Page

Tech

Developing

Once you've clone this project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Technologies

This project uses the following tech:

About


Languages

Language:Svelte 34.9%Language:TypeScript 27.4%Language:JavaScript 22.8%Language:CSS 12.2%Language:HTML 2.6%