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.
Run on the terminal:
npm run dev
Then open http://localhost:3000 in the browser.
Run on the terminal:
npm run build
The generated files will be in the out
folder.
The deployment happens to my host provider using GitHub actions. Check the available workflows of the repository.