Skip to content

byollin/bethanyyollin

Repository files navigation

Welcome

Hello there! Welcome to my portfolio built with Astro and Tailwind CSS.

But I can't take all the credit. This code was mostly lifted from here.

Commands

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

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro preview
yarn astro --help Get help using the Astro CLI
yarn test:e2e Run Playwright tests