Skip to content

EndlessReform/site

Repository files navigation

Jacob Keisling's personal website

Architecture

This is a Next.js 14 site, using server components. It's currently deployed using Vercel. (Yes, they got me, for now.)

Local development

Installation

At the root, install packages:

# NVM prefered
nvm use 20
npm i

Usage

Use the standard Next.js commands:

# Start server
npm run dev

# Build for production
npm run build
# Serve
npm run start

About

Current source code for my personal website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published