My personal portfolio showing my UX and design projects/skills. The development of the website itself shows my development skills.
Command | Action |
---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:3000 |
bun run build |
Builds production site to ./dist/ |
bun run astro ... |
Run CLI commands like astro add , astro check |
bun run astro --help |
Get help using the Astro CLI |