/ismlhbb.xyz

Newest release of my personal website built using Next.js, TypeScript and Tailwind CSS.

Primary LanguageTypeScriptMIT LicenseMIT

ismlhbb.xyz

[object Object]

CodeFactor

This is a newest release of my personal website: ismlhbb.xyz built using Next.js, TypeScript and Tailwind CSS.

Set Up

  1. Install dependencies
yarn
  1. Setup Environment Variable

create a .env or .env.local file in the root directory.

cp .env.example .env.local
#or
cp .env.example .env
  1. Run Locally
yarn dev

Open http://localhost:3000 to see the result.

Build and run for production

Generate a full static production build

yarn build

References