Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endlessreform/site

Current source code for my personal website
https://github.com/endlessreform/site

nextjs react tailwind

Last synced: about 6 hours ago
JSON representation

Current source code for my personal website

Awesome Lists containing this project

README

        

# Jacob Keisling's personal website

## Architecture

This is a [Next.js 14](https://nextjs.org) site, using server components.
It's currently deployed using Vercel. (Yes, they got me, for now.)

## Local development

### Installation

At the root, install packages:

```bash
# NVM prefered
nvm use 20
npm i
```

### Usage

Use the standard Next.js commands:

```bash
# Start server
npm run dev

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