- Clone this repository with this
mainbranch.
git clone git@github.com:PurdueRCAC/RCAC-Docs.git- Go inside of the folder, create a conda env and install all required packages in
requirements.txt.
cd RCAC-Docs
# Make sure to include python in your conda env
conda create xxx python
conda activate xxx
# Install all packages inside your env
python -m pip install -r requirements.txt- Start local local mkdocs server.
# Check if mkdocs has been installed and it's under current conda env
which mkdocs
# Make sure mkdocs.yml file exists in current folder
ls mkdocs.yml
# Start mkdocs server default url is localhost:8000
mkdocs serve [-a localhost:8080]- Open local url and check website.