Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 399 Bytes

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