alexissdev.me

1 Stars
🍴 0 Forks
🛠 TypeScript
🕒 12/10/2025

This is a simple web site for my portfolio made with the NextJS framework

nextjsreacttypescript

Personal website of @alexissdev

MIT License

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