Personal website of @alexissdev The website is built with Next.js Clone the project git clone https://github.com/alexissdev/alexissdev.me.git Install dependencies cd alexissdev.me npm install Run the project in development mode npm run dev Build and run the project in production mode npm run build npm run start