/linkfold

All of your links in one place!

Primary LanguageTypeScript

Linkfold ~ All of your links in one place!

How to use?
  1. Go to linkfold.netlify.app and create account!

Enjoy!


How to contribute?
  1. Clone this repo &
npm install

& set .env variables

  1. Read TODO.md and try to solve problems

  2. Tick the box after you finish todo and add your username as following

...task ~ johndoe
  1. Add your name to contributors.ts
const contributors = [
    ...,
    {
        name: "John Doe",
        username: "johndoe",
        github: "https://github.com/johndoe"
    }
]
  1. Push it!