/self

A personal website to showcase my developer experience.

Primary LanguageJavaScript

self

A personal website to showcase my developer experience.

Install

Install project dependencies

pnpm i

Developing

To start a development server:

pnpm dev

To start the server and open the app in a new browser tab:

pnpm dev -- --open

Building

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.