Skip to content

joshremender/RCAC-Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for RCAC documentation website.

How to setup local mkdoc server?

  1. Clone this repository with this main branch.
git clone git@github.com:PurdueRCAC/RCAC-Docs.git
  1. 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
  1. 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]
  1. Open local url and check website.

About

A demo website for RCAC documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.8%
  • Other 1.2%