I created this card that contains my social links and little bio about me and what I do, using Astro.
Astro is an all-in-one web framework for building fast, content-focused websites.
Learn more about Astro here!
If you want to use the template for this card, you can clone this repository and run the following command:
# install the dependencies
npm install
# start the development server
npm run dev
When you are ready to deploy your site, run the following command:
# build the project
npm run build
To Install Astro you use the package manager npm, you can run this on the terminal and VsCode terminal
# create a new project with npm
npm create astro@latest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The template for this card is inspired by this carrd.com demo.