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
- Host: GitHub
- URL: https://github.com/nodejs-loaders/nodejs-loaders.github.io
- Owner: nodejs-loaders
- License: mit
- Created: 2024-12-11T08:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-16T19:15:46.000Z (about 2 months ago)
- Last Synced: 2026-05-16T21:29:46.864Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://nodejs-loaders.github.io/
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-loaders.github.io
[](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
```