Astro Biolink Kit by Leif
git clone https://github.com/leifjerami/astro-biolink-kit.git biolinknpm installnpm run devInside 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
