Techdegree Project 7 - WebApp Dashboard
Starting with a mockup and a few icons I’ve built a web dashboard complete with JavaScript-driven charts and graphs.
Use Vite to build the project and generate the assets inside the dist
directory. These are the files that can be put onto a web server such to actually serve the optimised build of your app.
npm run build
Vite docs on deploying to github pages
Run the deploy.sh
script to deploy from your environment.
./deploy.sh
Requirements:
- SSH key on your device authorised with Github. Generating a new SSH key and adding it to the ssh-agent
- Ensure the
./deploy.sh
file has executable permissions
chmod +x ./deploy.sh
- Configure github pages to serve from the
gh-pages
branch