commit | 5e64ce768e8b736207c3ad1c8e1a6591ee5535b6 | [log] [tgz] |
---|---|---|
author | Kevin Ratnasekera <kevin.ratnasekera.10@cse.mrt.ac.lk> | Mon May 05 09:05:48 2025 +0200 |
committer | GitHub <noreply@github.com> | Mon May 05 09:05:48 2025 +0200 |
tree | 9f5a4aed8f18af093c0989dd92ff758662a0ef82 | |
parent | 341065c3d3b9c4c84a7d125f6cbeaa167409fbf8 [diff] | |
parent | 8e9ebae2c51e7f7a98695e0c95653b001056ff21 [diff] |
Merge pull request #4 from djkevincr/ATTIC-236 ATTIC-236 update project DOAP file for retirement
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!