This is a newest release of my personal website: ismlhbb.xyz built using Next.js, TypeScript and Tailwind CSS.
- Install dependencies
yarn
- Setup Environment Variable
create a .env
or .env.local
file in the root directory.
cp .env.example .env.local
#or
cp .env.example .env
- Run Locally
yarn dev
Open http://localhost:3000 to see the result.
Generate a full static production build
yarn build
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- TailwindCSS
- TypeScript