Skip to content

alantech/alanlang-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Alan Language Documentation

Requirements

  • Python 3.12 or higher

Contribution

To build and run the documentation website locally, run the following commands:

git clone [email protected]:alantech/alanlang-docs
cd alanlang-docs
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
mkdocs serve

The final mkdocs serve will spin up a webserver on http://localhost:8000 that will watch and automatically reload as you make changes to the documentation. Once you're satisified with the changes you can make a pull request.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •