Skip to content

bkmaibach/loveletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Love Letter (GitHub Pages)

A tiny, lightweight “open the envelope” love letter page.

Run locally

npm install
npm run dev

Build

npm run build
npm run preview

Deploy to GitHub Pages

This project is configured with Vite base: './' in vite.config.js, so built asset paths stay relative (handy for GitHub Pages repo sites).

Two common options:

  • GitHub Actions (recommended): use a workflow that runs npm ci, npm run build, then publishes dist/ to Pages.
  • Manual: run npm run build and publish the dist/ folder via the Pages settings (or push dist/ to a gh-pages branch if you prefer that approach).

About

For my love

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors