Astro Biolink Kit by Leif
git clone https://github.com/leifjerami/astro-biolink-kit.git biolink
npm install
npm run dev
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
├── src/
│ └── layouts/
│ └── Layout.astro
│ └── pages/
│ └── index.astro
│ └── bio.md <- your data links here
│ └── styles/
│ └── global.css
└── package.json