Skip to content

yteruel31/portfolio

Repository files navigation

Yoann TERUEL Portfolio

image of desktop preview of markdown editor

This is my portfolio, it's a simple website to present my work and my skills.

I would like to thank Jorge A. Mendoza for the inspiration.

Don't hesitate to contact me if you have any questions or suggestions. And feel free to use this project as a template for your own portfolio.

Stack used

This project was bootstrapped with Next.js. You can find more information on how to perform common tasks here. It uses App Router feature of Next.js to handle the routing.

About the formatting and linting, I use Prettier and ESLint to keep the code clean and consistent.

The content of the portfolio is managed by DatoCMS, a headless CMS. You can find more information here.

Installation

To install the project, you need to have Node.js and Yarn installed on your computer.

Then, you can clone the repository and install the dependencies:

yarn install

Usage

To start the project, you can run:

yarn dev

This command starts the development server on http://localhost:3000.