Skip to content

djw8605/osdf-website-osg-htc

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • Dockerfile 5.0%
  • CSS 0.7%