Welcome to the Apache Gora website repository! This README provides guidance on building the website locally for development or testing purposes.
To build this website locally, follow these steps:
git clone https://github.com/apache/gora-site.git
python3 -m venv env source env/bin/activate
pip install -r requirements.txt
Note: You may also need to run
pip install "pelican[markdown]"
pelican content
output
directory.If you encounter any issues with the website or have suggestions for improvements, please feel free to open an issue or submit a pull request. We welcome contributions from the community!