# argo-site **Repository Path**: argoproj/argo-site ## Basic Information - **Project Name**: argo-site - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://argoproj.github.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Argo website Repository for Argo website at [argoproj.io](https://argoproj.io). ## Run and deploy * Install nodejs, yarn, npm * Run `npm 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`