Skip to content

coreyja/coreyja.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreyja.com

New and Hopefully Improved Personal Site

Building

This project requires both the frontend and Rust backend to be built. The frontend must be built first as it's embedded into the Rust binary.

Quick Start

# Build everything (frontend + Rust release build)
./scripts/build-all.sh

# For development (frontend + Rust debug build)
./scripts/dev-build.sh

# Build only the frontend
./scripts/build-frontend.sh

Manual Build Steps

If you prefer to build manually:

  1. Build the frontend:

    cd thread-frontend
    npm install
    npm run build
  2. Build the Rust backend:

    cargo build --release

Screenshots

There are generated from shot-scraper on the 'live' site

iPhone

Screenshot at iPhone

4K

Screenshot at 4k

1080p

Screenshot at 1080p

iPad

Screenshot at iPad

About

New and Hopefully Improved Personal Site

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6