Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.2 KB

The Vim Master Guide, or VMG is a free, digital book Which I have created so that all the people who can learn Vim, from simple things like installing Vim, to more complex things as vim script. So enjoy it.

Read the CONTRIBUTING.md file if you want to contribute to this project.

Running the web in a custom server

If you want to run the web in a custom server, you should follow this steps.

Prerequisites
  • Python (v3.8+) installed.
  • Git installed and configured
  • pip (v3) installed
Steps
Clone the repository in your local machine
git clone https://github.com/PabloCorbCon/personal-web.git
Move inside the repository
cd personal-web
Install all the packages needed
pip install -r requirements.txt
Start the Flask app
python app.py
If you have multiple Python installations use Python 3
python3 app.py

This project is under The Mit License

Created by Pablo Corbalán - c2020