Second version of my personal website. luccaromaniello.com/
css personal-website bun tailwindcss portflio design typescript code ux-ui astro javascript
Astro 74.7%
TypeScript 18.9%
CSS 5.3%
JavaScript 1.0%
Other 0.1%
203 2 0

Clone this repository

https://tangled.org/luccaromaniello.com/portfolio-v1 https://tangled.org/did:plc:tkjugcakgtaiqimaqxd2myo5/portfolio-v1
git@tangled.org:luccaromaniello.com/portfolio-v1 git@tangled.org:did:plc:tkjugcakgtaiqimaqxd2myo5/portfolio-v1

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md
Logo

luccaromaniello.com - v1

The second version of luccaromaniello.com built with Astro and Bun.

Previous versions: v0

🍴 Forking this repository#

Feel free to fork this repository and customize it to your liking.

The only thing I ask is that you give me credit for the original design and code by referencing it directly on your website or, at the very least, in your README file. And of course, please delete any files that are not relevant to your project.

🧞 Commands#

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying
bun astro ... Run CLI commands like astro add, astro check
bun astro -- --help Get help using the Astro CLI

Credits#

A huge shoutout to Brittany Chieng for exemplifying code versioning (separating portfolio versions and documenting them). I’ve followed the same approach as her, and I hope you like it. Take a look at her portfolio at www.brittanychieng.com.