Skip to content

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

License

Notifications You must be signed in to change notification settings

ismlhbb/ismlhbb.xyz

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published