all repos — py-vite @ 78de73304ec40324da63540adff950c08c780440

the original vite, written in python

docs: add installation instructions
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 10:42:56 +0530
commit

78de73304ec40324da63540adff950c08c780440

parent

2d46c9c9cb52bda461ae2c733611beea8b312060

1 files changed, 8 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -9,19 +9,24 @@ [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

[![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com) +Installation +------------ + +Clone this repo and: +```console +$ pip3 install -r requirements.txt +``` + Usage ----- ```console $ ./vite.py new <project-path> ``` - Write your Markdown files in the `pages` directory and execute - ```console $ ./make.py # in project directory ``` - Rendered HTML will be in the `build` directory. Configuration