Skip to content

tlonny/lonny-corporation-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lonny Corporation website generator

Installation

# Set up a virtualenv
python -m venv .venv

# Point to the virtualenv python with direnv
echo "PATH_add .venv/bin" > .envrc

# Install the dependencies
pip install -r requirements.txt

# Build the website
python -m script.build

# Host the website
python -m http.server -d build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages