PastLeo's blog and intro website built with Next.js
git clone https://github.com/pastleo/pastleo.me.git
cd pastleo.me
npm install
npm run dev
And open http://localhost:3000
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This website is designed to be deployed using static-site generator mode of Next.js:
npm run build
npm run export
see .github/workflows/main.yml