Skip to content

hubeadmin/arcalot.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcalot website

This is the source code for the Arcalot website.

Adding content

You can add content to the website by simply editing the markdown files in the docs folder. If you would like to build the website locally, you will need Python. You can run the following steps to launch the site in development mode:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m mkdocs serve

Releases

No releases published

Packages

No packages published