anvega / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:HTML 99.3%Language:CSS 0.7%