Inside of this project, you'll see the following folders and files:
/
├── public/ # Static images
│ └── favicon.ico
├── src/
│ ├── components/
│ ├── data/ # Site config & links
│ ├── icons/ # SVGs
│ ├── layouts/
│ └── pages/
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:4321 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
This project was built using Astro with its main template.
This project uses Open Graph Scraper for extracting the links information.
Social icons by Fontawesome: Go and check them all at FontAwesome.