RedYetiDev commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552079396


##########
README.md:
##########
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`

Review Comment:
   Resolved. Once I resolve the rest, I will squash.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to