OS : MacOS
Source : https://github.com/HanGee/Hankathon
NodeJS version : v6
- Install NVM
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
$ source ~/.bashrc
- Install NodeJS & NPM
$ nvm install 6
$ nvm alias default
Source: http://macappstore.org/qt5/
- Press Command+Space and type Terminal and press enter/return key.
- Run in Terminal app:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
- Run:
$ brew install qt5
- Download Hankathon Source Code
$ git clone https://github.com/HanGee/Hankathon.git
- Change a directory
$ cd Hankathon
- Download Garlic Source Code
$ git clone https://github.com/cfsghost/Garlic.git
- Garlic component is used, initializing submodule to fetch Garlic is needed
$ git submodule init
$ git submodule update
- Install modules with NPM
$ npm install
$ node app.js
Keyboard Shortcuts
This lists keyboard shortcuts that you can use on Hankathon:
G
- Start HankathonF
- Enter/Exit Fullscreen mode
$ source shell/install.sh