Skip to content

Repository files navigation

portfolio

Developing

To run the app, first ensure dependencies are installed

npm i

Then run the following command

npm run dev

# or to expose on the network:
npm run dev -- --host

Building

To create a production version of the app:

npm run build

Preview the production build with npm run preview.

Deploying

The app now deploys to Vercel automatically on pushes to the main branch.

Originally, to deploy to github pages, the following command was run from the main branch:

npm run deploy

Releases

Packages

Contributors

Languages