A personal website to showcase my developer experience.
Install project dependencies
pnpm i
To start a development server:
pnpm dev
To start the server and open the app in a new browser tab:
pnpm dev -- --open
To create a production build:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.