Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/asrvd/ayyy
- Owner: asrvd
- License: mit
- Created: 2022-05-20T05:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T02:39:03.000Z (over 2 years ago)
- Last Synced: 2024-10-04T18:31:15.703Z (3 months ago)
- Topics: biolink, biolinks, linkpage
- Language: JavaScript
- Homepage: https://ayyy.asheeshh.ninja/
- Size: 165 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```