Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.28 KB

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