Skip to content

adambard/learnxinyminutes-site

Repository files navigation

This is the site behind the magic.

To build the site, first install Git and Python, then

git clone https://github.com/adambard/learnxinyminutes-site.git
cd learnxinyminutes-site
git clone https://github.com/adambard/learnxinyminutes-docs.git source/docs

pip install -r requirements.txt
python build.py
cd build/
python -m http.server

Then open http://localhost:8000 in your browser.

You need to check out the learnxinyminutes-docs repo as source/docs. All the code that builds the site is in build.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published