/lucasphilippe

A simple portfolio built with Astro

Primary LanguageTypeScript

Welcome to my portfolio 🤯

This website was built using Astro and a bit of React.

If you like this portfolio and want to edit it to make it your own, feel free to fork this repository and do whatever you want to it as long as it's still open source, no credits needed though! 😁

Commands

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

Command Action
yarn install 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