Step 1
git clone https://github.com/tektoncd/website && cd website
Step 2
npm install
Step 3
pip install -r requirements.txt
Step 4
python3 sync/sync.py
Step 5
netlify dev
- The latest website is available at https://tekton.dev/.
- The old website is available at https://tekton-old.netlify.app/ and based on the branch website-old.