A showcase website for the nodejs-loader
project
THis will start a development server on http://localhost:3000
.
npm install
node --run dev
This will build the website into the out
directory.
npm ci
node --run build
This environment simulates what will be deployed to github pages.
npm ci
node --run preview