✨My portfolio website. Built with Astro.js, TailwindCSS & TypeScript. Containerized with Docker and hosted on Netlify. ✨
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |