This is my personal website/portfolio where you can get to know me as a programmer a bit better. The page is created with Astro, Javascript/Typescript and Tailwind.
Here is a model of the project-structure. I have excluded some files to make the structure more visual.
/
βββ public/
β βββ images/
β βββ CNAME
β βββ ...
βββ src/
β βββ pages/
β βββ projects.astro
β βββ portfolio.astro
β βββ CV.astro
β βββ pics.astro
β βββ books.astro
β βββ friends.astro
β βββ layouts/
β βββ MainLayout.astro
β βββ components/
β βββ Folder.astro
β βββ Footer.astro
β βββ LinkList.astro
β βββ Navbar.astro
βββ ...
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
yarn dev |
Starts local dev server at localhost |