Skip to content

antoinecoulon/2dgame-portfolio

Repository files navigation

2D GAME PORTFOLIO

Un portfolio créé en jeu vidéo 2D.

CREDITS

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

DESCRIPTION

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.

TECHNOS

JavaScript, Kaboom.js HTML, CSS 'Tiled' Software

extrait de 'HOW TO DEPLOY'...

How to deploy the project (on GitHub pages)

There are 2 methods.

Method 1: Using Github Actions

  1. Update vite.config.js base property to match the name of the repository. For example, base: "/2d-portfolio-kaboom"
  2. 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.
  3. 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.
  4. The portfolio should now be live and accessible through GitHub pages.

Method 2: Using Another Repository

  1. Run npm run build.
  2. Take the resulting content of the dist folder and put it in a new GitHub repository.
  3. Activate GitHub pages in your new repository's settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors