diff --git a/docs/install.txt b/docs/install.txt new file mode 100644 index 0000000000000000000000000000000000000000..11fac32d3743a0d50534fb24bd5f259dd54e5094 --- /dev/null +++ b/docs/install.txt @@ -0,0 +1,16 @@ +pip install flask-script + +## +git config --global url."https://".insteadOf git:// + +npm install -g babel-cli +## obsolete +npm install -g react-tools + +babel --presets es2015,react --watch js/ --out-dir lib/ + +python package/main.py + +http://localhost:5000 + +