Skip to content

πŸ‘¨β€πŸ’» Personal website and portfolio. Built with Next.js.

Notifications You must be signed in to change notification settings

garrettluu/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

80 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Garrett's Personal Website

Hello! This is the code for my personal website. Feel free to look around. It is mainly built with Next.js and Express, and I'm planning to add database support in the future to store blog entries.

Environment Variables

Create a .env file with the following variables:

  • BACKEND_URL - the URL of your backend api for blog entries.

Running

Clone the repo, then cd into the directory and type npm install and then npm run dev to run in developer mode. In your browser, navigate to localhost:3000 to view the site.

When you update the site, the server should automatically restart and recompile everything.

Production build

Make sure you installed all the dependencies with npm install. Then run npm run build followed by npm start. In your browser, navigate to localhost:3000 to view the site.

About

πŸ‘¨β€πŸ’» Personal website and portfolio. Built with Next.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •