Skip to content

nodejs-loaders/nodejs-loaders.github.io

Repository files navigation

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