FlorianLeChat / Homepage

🏠 A terminal-style home page to browse my personal projects.

Home Page:https://florianlechat.github.io/Homepage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏠 Homepage

In French

Ce projet est un petit site Internet conçu sous forme de page d'accueil pour les utilisateurs cherchant à avoir un accès rapide vers mes projets les plus aboutis. Il sert également de porte d'entrée vers mon Portfolio. Comme vous avez pu le deviner, l'apparence générale du site Internet est lourdement inspirée de craig-feldman/personal-website-react et perverse/vue-terminal-homepage, le style est très orienté comme pour simuler un vrai terminal de commande sous Linux. Néanmoins, j'ai pris soin d'ajouter ma propre touche personnelle et d'utiliser des technologies différentes pour le développement de ce projet.

Tip

Pour tester le projet, vous devez être en posession de Docker. Une fois installé, il suffit de lancer l'image Docker de développement à l'aide de la commande docker compose up --detach --build. Le site devrait être accessible à l'adresse suivante : https://localhost:5173/. Si vous souhaitez travailler sur le projet avec Docker, vous devez utiliser la commande docker compose watch --no-up pour que vos changements locaux soient automatiquement synchronisés avec le conteneur. 🐳

Warning

L'entièreté du code de ce projet est commenté dans ma langue natale (en français) et n'est pas voué à être traduit en anglais par soucis de simplicité de développement.


In English

This project is a small website designed as a homepage for users looking for quick access to my most advanced projects. It also serves as a gateway to my Portfolio. As you may have guessed, the overall layout of the website is heavily inspired by craig-feldman/personal-website-react and perverse/vue-terminal-homepage, the style being very oriented to simulate a real Linux command terminal. However, I took care to add my own personal touch and to use different technologies for the development of this project.

Tip

To try the project, you must have Docker installed. Once installed, simply start the development Docker image with docker compose up --detach --build command. The website should be available at https://localhost:5173/. If you want to work on the project with Docker, you need to use docker compose watch --no-up to automatically synchronize your local changes with the container. 🐳

Warning

The whole code of this project is commented in my native language (in French) and will not be translated in English for easier programming.

image

About

🏠 A terminal-style home page to browse my personal projects.

https://florianlechat.github.io/Homepage/

License:MIT License


Languages

Language:Svelte 42.4%Language:TypeScript 41.6%Language:HTML 10.7%Language:Dockerfile 2.8%Language:CSS 1.7%Language:JavaScript 0.7%