This is my personal portfolio website built with Astro.
You can view the live site here 🚀: mich0w0h.fun 🎉
It's a fork of the veranikabarel/astro-portfolio project.
✔️ Integration with Tailwind CSS (@astrojs/tailwind)
✔️ Uses the following integrations:
- @astrojs/mdx
- @astrojs/image
- @astrojs/tailwind - with prettier class sorting plugin
- @astro-icon
- @astro-seo
- @astro-navbar
✔️(@Playwright) e2e tests are setted up.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm |
Installs dependencies |
npm dev |
Starts local dev server at localhost:3000 |
npm build |
Build your production site to ./dist/ |
npm preview |
Preview your build locally, before deploying |
npm astro ... |
Run CLI commands like astro add , astro preview |
npm astro --help |
Get help using the Astro CLI |
npm test:e2e |
Run Playwright tests |