Skip to content

My portfolio website built on React, Typescript, TailwindCSS and Next.js

Notifications You must be signed in to change notification settings

kensonhui/kensonhui.github.io

Repository files navigation

Kenson Hui's Portfolio Website

This is built off the default initial NextJS project with all styling done through TailwindCSS. Screenshot 2024-05-03 at 12 28 47 AM

Development Mode

This repository is set to be deployed as a static website. Therefore, to get started: in next.config.mjs, delete the "output: 'export'" line.

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deployment

In order to run this, if you are deploying a static site, you'll need to adjust the BASE_PATH in .github/workflows/nextjs.yml to the subdomain of your website. If you're using Github Pages like I am, you'll set this to your repository name.

About

My portfolio website built on React, Typescript, TailwindCSS and Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published