Source for ORAS website
Link: oras.land
This site is deployed using Netlify
System requirements:
- Python 3.7+
- Poetry
The website is an Mkdocs-based documentation site, using the Material theme.
First install dependencies:
poetry install
Then run the development server:
poetry run mkdocs serve
The site will be available at http://localhost:8000/
This project has adopted the CNCF Code of Conduct. See CODE_OF_CONDUCT.md for further details.