Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asrvd/ayyy

A minimal and completely configurable social link page made using next.js and tailwind.
https://github.com/asrvd/ayyy

biolink biolinks linkpage

Last synced: 2 months ago
JSON representation

A minimal and completely configurable social link page made using next.js and tailwind.

Awesome Lists containing this project

README

        

## Customize
You can configure and customize everything according to your iwsh by replacing the default values in the [`config.js`](./config.js) file.

## Run Locally
Clone the repository.
```bash
git clone https://github.com/asheeeshh/ayyy.git
```

Install dependencies.
```bash
cd ayyy
npm install
```

Make changes and run the app.
```bash
npm run dev
```