-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename readme.md to README.md
- Loading branch information
1 parent
17b0f21
commit ec95b16
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Portfolio d'Arnaud Lyard | ||
|
||
Bienvenue sur mon portfolio ! 🚀 | ||
|
||
## Installation | ||
|
||
Pour déployer localement le portfolio, suivez ces étapes : | ||
|
||
### Development environment : | ||
```bash | ||
docker-compose -f docker-compose.dev.yml up --build | ||
``` | ||
|
||
### Staging environment : | ||
```bash | ||
docker-compose -f docker-compose.staging.yml up --build | ||
``` | ||
|
||
### Production environment: | ||
```bash | ||
docker-compose -f docker-compose.production.yml up --build | ||
``` | ||
|
||
## Usage | ||
My portfolio includes several sections, including: | ||
|
||
About Me: A presentation of my academic and professional background. | ||
Technologies and Projects: A list of the main technologies I've used and examples of projects I've worked on. | ||
Contact Form: You can reach out to me via the form or visit my LinkedIn profile. | ||
|
||
## About Me | ||
I obtained my professional title as a web and mobile web developer at Onlineformapro from July 2021 to July 2022. Afterward, I completed my title as an application developer in alternation with the Wild Code School and Kresus from September 2022 to September 2023. Currently, I am working at Kresus. | ||
|
||
## Technologies and Projects | ||
### Key technologies: | ||
- JavaScript | ||
- TypeScript | ||
- Node.js | ||
- NestJS | ||
- Vue.js | ||
- ReactJS | ||
- Docker | ||
- Wordpress | ||
|
||
### Projects: | ||
- [Vélos Buis](https://velosbuis.com) | ||
- [Gîte des Echudes](https://gitedesechudes.fr) | ||
- [Prochainweb](https://prochainweb.com/) | ||
|
||
### Contact Form | ||
You can contact me using the form on the site or by visiting [my LinkedIn profile](https://www.linkedin.com/in/arnaud-lyard/). |