all repos — py-vite @ 03c7a0d946f1b24757dcd1ccb1c4d51a09fec4cf

the original vite, written in python

docs: update
icyphox icyph0x@protonmail.com
Fri, 16 Mar 2018 14:55:09 +0530
commit

03c7a0d946f1b24757dcd1ccb1c4d51a09fec4cf

parent

a008cfde0dc8f559995397f07fbbdb7c6e61a3e8

1 files changed, 7 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -4,11 +4,16 @@

## Usage ```console $ vite.py new <project-path> -$ cd <project-path> ``` Write your Markdown files in `pages/` and ```console -$ make.py +$ vite.py build <project-path> +``` + +*OR* + +```console +$ make.py # at the project directory ``` Rendered HTML will be in `build/`