Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 323 Bytes

My Portfolio

Link to Page: https://artuslama.github.io/

Local Developement

npm run dev

Deploy to GithubPages

npm run deploy

This will trigger the npm run generate from nuxt. Then the .output/public folder is deployed via gh-pages --dotfiles -d .output/public to the gh-pages branch.