Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 177 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 177 Bytes

My portfolio site on Nuxt 3

To build it

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

To run it

npm run dev