Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 446 Bytes

OSDF Website

Running

Fastest Iterator

npm install
npm run dev

Runs Everywhere

docker build -t osdf-website --file Dockerfile . 
docker run -p 3000:3000 --env-file .env -t osdf-website

Deployment

This website is deployed automatically.

https://osdf-website.osgdev.chtc.io/ is backed by the latest commit on the main branch

https://osdf.osg-htc.org is backed by the highest semver tag.