Skip to content

sumit-sampang-rai/sumit-sampang-rai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigate me from sumit-sampang-rai.github.io

Build

Easy build. Just run

python src/build.py

Development

Install dependencies

poetry install --with dev

Watch changes

watchmedo shell-command --patterns="*" --recursive --command='python src/build.py' src

Launch web server

python -m http.server -d docs