Skip to content

SBOMit/website

Repository files navigation

SBOMit Website

This repository contains the static site for SBOMit.

The starter uses the following:

Running locally

Runnign with Hugo

If you already have hugo installed, clone this repository and run the following two commands in its directory:

# Run the server locally
hugo serve

Running with NPM

If you have npm installed, clone this repository and run the following two commands in its directory:

# Install npm assets
npm install

# Run the server locally
npm run serve

Running on Netlify

Changes to on the main brach are detected by netlify and will trigger a new deployment. When PRs are merged into main, your changes will be deployed.

Direct access to netlify is restricted to maintainers.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published