Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 366 Bytes

quillio

Source code for the quillio app which can be found at http://quillio.ink

backend

In order to build the backend:

git clone [email protected]:ismailmustafa/quillio.git
cd quillio/
stack build
stack exec quillio

It will run on port 80.

frontend

git clone [email protected]:ismailmustafa/quillio.git
cd quillio/frontend/
grunt serve