🌐 My personal website and portfolio, built with Nuxt.js 4, TypeScript and TailwindCSS.
- Clone the repository:
git clone https://github.com/antoinemcx/antoinemcx.fr.git <YOUR_PROJECT_NAME> - Install the dependencies:
npm install - Run the development server:
npm run dev - The website is up on localhost:3000 🚀
- Clone the repository:
git clone https://github.com/antoinemcx/antoinemcx.fr.git <YOUR_PROJECT_NAME> - Install the dependencies:
npm install - Build the project:
npm run build - Run the production server:
- with simply
node ./.output/server/index.mjs - or start with pm2:
pm2 start ecosystem.config.cjs(recommended)
- with simply
- The website is up on port 3000 (or the one defined in
ecosystem.config.cjs, default to 9000) 🚀
In this repository, you will also find branches prefixed with archive/*.
These are older versions of my website. Don't hesitate to check them out:
- archive/v0-meliooff.xyz-ejs · My first portfolio, a Discord profile clone (2021)
- archive/v1-antoinemcx.fr-ejs · Previous published website (2023)
- archive/v1-antoinemcx.fr-nextjs · Redesign with Next.js, abandoned (2024)
- master · Complete redesign with Nuxt.js 4, and current published version (2025)
If you like the project, feel free to put a ⭐ !
You can also join my discord server if you want to have a word or two with me.
Found an error? Please create a GitHub issue or a ticket on my discord server.
This repository is licensed under the Apache-2.0 License. See the LICENSE file (here) for more information.