Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suryamsj/linkees

Linktree clone with Svelte
https://github.com/suryamsj/linkees

javascript linktree svelte

Last synced: about 2 months ago
JSON representation

Linktree clone with Svelte

Awesome Lists containing this project

README

        


Linkees

 

Demo

Linkees


Github top language

Github language count

Repository size

License

Github forks

Github stars



About   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

Linktree clone with Svelte.

## :rocket: Technologies

The following tools were used in this project:

- [Svelte](https://expo.io/)
- [Bootstrap](https://nodejs.org/en/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/suryamsj/linkees

# Access
$ cd linkees

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Muhammad Surya J

 

Back to top