Skip to content

ArtusLama/artuslama.github.io

Repository files navigation

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.