Home of the Quokka web app
-
Clone the repo:
$ git clone https://github.com/quokkateam/quokka && cd quokka -
Check if you have ruby, sass, and node installed. If not, go to the Installing Dependencies section below and install them as necessary.
$ ruby -v$ sass -v$ node -v -
Still within the quokka directory, install npm dependencies:
$ npm install
-
In a new tab, start a watch process for sass:
$ npm run sass -
In a new tab, start your node server:
$ npm start
https://www.ruby-lang.org/en/documentation/installation/
$ gem install sass
https://github.com/creationix/nvm#installation
All Rights Reserved, Quokka, LLC