Skip to content

argoproj/argo-site

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2024
Jun 20, 2024
Feb 14, 2025
Jun 5, 2024
Jun 4, 2024
Jun 4, 2024
Jul 17, 2021
Jul 27, 2018
Jun 4, 2024
Jul 17, 2021
Jun 5, 2024
Jun 4, 2024
Jun 4, 2024
Jul 17, 2021
Jul 17, 2021
Feb 14, 2025

Repository files navigation

Argo website

Repository for Argo website at argoproj.io.

Run and deploy

  • Install nodejs, yarn

  • Run yarn install

  • Start local dev server using yarn start and check web site at http://localhost:8000

  • To push changes to http://argoproj.io/ make sure you have write access to https://github.com/argoproj/argo-site.git repo and run: yarn build && yarn deploy