Skip to content

AlexandreBellas/portfolio

Repository files navigation

Portfolio of AlexandreBellas

This repository refers to the code used to build my portfolio. Also, it has been used to sharpen my skills in NextJS and Tailwind CSS.

Running in development

Run on the terminal:

npm run dev

Then open http://localhost:3000 in the browser.

Running in production

Run on the terminal:

npm run build

The generated files will be in the out folder.

Deployment

The deployment happens to my host provider using GitHub actions. Check the available workflows of the repository.