A repository for my portfolio using Astro, Vue, Three.js,TresJS and Tailwind CSS, and Bun.
Feel free to clone this repo:
gh clone estubmo/eirikmo-portfolio
https://github.com/estubmo/eirikmo-portfolio.git
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:4321 |
bun run build |
Build your production site to ./dist/ |
bun run preview |
Preview your build locally, before deploying |
bun run lint |
Check for es-lint errors |
bun run lint:fix |
Fix es-lint errors |
bun run format |
Check for prettier errors |
bun run format:fix |
Fix prettier errors |
bun run update-deps |
Interactively update outdated dependencies |