Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 624 Bytes

nodejs-loaders.github.io

OpenSSF Scorecard

A showcase website for the nodejs-loader project

Development

THis will start a development server on http://localhost:3000.

npm install
node --run dev

Build

This will build the website into the out directory.

npm ci
node --run build

Preview

This environment simulates what will be deployed to github pages.

npm ci
node --run preview