This repo hosts the source of the Star Docs site, a collection of simple guides for new Star Citizen players, and veteran players looking to learn new mechanics.
If you have any feedback or suggestions for topics to add, please submit an issue above!
If you'd like to edit & view the docs locally, you'll need to install Python 3.8 and then:
-
Clone the project
-
Install dependencies
pip install -r requirements.txt
-
Start the server
mkdocs serve