Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 391 Bytes

This is the app used to run the site http://ql.io. You can run this locally.

git clone [email protected]:ql-io/ql.io-site.git
cd ql.io-site
make install
bin/start.sh

If you want this app to use a clone of [email protected]:ql-io/ql.io.git do the following before the above.

git clone [email protected]:ql-io/ql.io.git
cd ql.io
make install
cd ..