An open API service indexing awesome lists of open source software.

https://github.com/nodejs-loaders/nodejs-loaders.github.io

A showcase website for the nodejs-loader project
https://github.com/nodejs-loaders/nodejs-loaders.github.io

Last synced: about 2 months ago
JSON representation

A showcase website for the nodejs-loader project

Awesome Lists containing this project

README

          

# nodejs-loaders.github.io

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/nodejs-loaders/nodejs-loaders.github.io/badge)](https://scorecard.dev/viewer/?uri=github.com/nodejs-loaders/nodejs-loaders.github.io)

A showcase website for the `nodejs-loader` project

## Development

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

```bash
npm install
node --run dev
```

## Build

This will build the website into the `out` directory.

```bash
npm ci
node --run build
```

## Preview

This environment simulates what will be deployed to github pages.

```bash
npm ci
node --run preview
```