Skip to content

Commit

Permalink
Update and rename readme.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard authored Nov 26, 2023
1 parent 17b0f21 commit ec95b16
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
51 changes: 51 additions & 0 deletions README.md
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/).
1 change: 0 additions & 1 deletion readme.md

This file was deleted.

0 comments on commit ec95b16

Please sign in to comment.