Skip to content

bryantleee/next-personal-website

Repository files navigation

Bryant's Personal Website

This is my personal website, written with NextJS. This is a work in progress!

Running locally

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result. The page will auto-updates as you edit files.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Deployment

This website has been deployed with Vercel.

About

My personal website written with NextJS!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published