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 buildVite docs on deploying to github pages
Run the deploy.sh script to deploy from your environment.
./deploy.shRequirements:
- SSH key on your device authorised with Github. Generating a new SSH key and adding it to the ssh-agent
- Ensure the
./deploy.shfile has executable permissions
chmod +x ./deploy.sh- Configure github pages to serve from the
gh-pagesbranch