Host an app
I want to host my app via github pages, what should I add to my code and which commands should I run? My project uses Vite and MUI
dist directory.package.json to deploy your build directory (dist for Vite projects) to GitHub Pages. However, since specific instructions for this part are not provided in the extracts, I recommend consulting the Vite documentation (https://vitejs.dev/guide/static-deploy.html#github-pages) and the gh-pages npm package documentation (https://www.npmjs.com/package/gh-pages) for the exact steps.<username>.github.io<username>gh-pagesgh-pagesgh-pagesgh-pagesgh-pages npm run build npm install gh-pages --save-dev