all repos — py-vite @ 4a57261cd1ee7edf591e446ce6c38a1f76ad20ec

the original vite, written in python

docs: note about symlinked make.py
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 14:33:48 +0530
commit

4a57261cd1ee7edf591e446ce6c38a1f76ad20ec

parent

4d5486fd0185143da07df4ae837bbfadd1417bf3

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

jump to
M README.mdREADME.md

@@ -16,6 +16,7 @@ Clone this repo and:

```console $ pip3 install -r requirements.txt ``` +**NOTE**: Don't delete the cloned repo, since `make.py` is symlinked upon project creation. Usage -----

@@ -23,7 +24,7 @@

```console $ ./vite.py new <project-path> ``` -Write your Markdown files in the `pages` directory and execute +Write your Markdown files in the `pages` directory and execute: ```console $ ./make.py # in project directory ```