Skip to content

kenankigunda/interlocutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal home page. Sweet and simple.

Local development with auto-reload

From the project root, install dependencies:

npm install

Start a local static server with live reload:

npm run dev

This serves the site from public (non-minified source files), watches source files, and keeps a minified preview rebuilt automatically at public/min/** and public/min.html.

While npm run dev is running:

  • Main site: http://localhost:3000/
  • Minified preview: http://localhost:3000/min.html

Build minified assets

Run a local production build:

npm run build

This creates dist/ with minified CSS and bundled/minified JS (esbuild).

To generate only the local minified preview files:

npm run build:min:preview

Preview the minified site locally

Build and serve the minified output:

npm run dev:min

Build parity check

Use this to verify minified build artifacts exist:

npm run build:check

About

Personal home page. Sweet and simple.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors