all repos — py-vite @ a021d25aee37d1f570415b3ecf26899db04e2ffc

the original vite, written in python

docs: add usage info for `serve`
Anirudh icyph0x@pm.me
Sun, 15 Apr 2018 17:16:52 +0530
commit

a021d25aee37d1f570415b3ecf26899db04e2ffc

parent

ac3ba85401114df7949ff649e27ab8302587d16c

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -30,6 +30,12 @@ $ ./make.py # in project directory

``` Rendered HTML will be in the `build` directory. +Finally, run: +```console +$ ./make.py serve +``` +to serve the contents of the `build` directory. + Configuration -------------