Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 518 Bytes

File metadata and controls

32 lines (21 loc) · 518 Bytes

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