Un portfolio créé en jeu vidéo 2D.
J'ai pu réaliser ce projet grâce au tutoriel vidéo réalisé par @JSLegendDev et trouvé sur la plateforme freeCodeCamp. Link: https://www.youtube.com/watch?v=wy_fSStEgMs&t=499s&ab_channel=freeCodeCamp.org
En pleine reconversion professionnelle vers le dev, je n'ai pas encore de portfolio et je cherche à réaliser des projets intéressants et mélants mes passions tout en progressant.
JavaScript, Kaboom.js HTML, CSS 'Tiled' Software
There are 2 methods.
- Update
vite.config.jsbase property to match the name of the repository. For example,base: "/2d-portfolio-kaboom" - Navigate to the repository settings on GitHub and configure GitHub pages to use GitHub Actions by creating a custom workflow. Read this for more info.
- After setting up the custom workflow, go to the Actions tab within the repository. From there, select the workflow you created in step 2 and trigger the deployment process.
- The portfolio should now be live and accessible through GitHub pages.
- Run
npm run build. - Take the resulting content of the
distfolder and put it in a new GitHub repository. - Activate GitHub pages in your new repository's settings.