Exihibition app for Design East
Install mecab and mecab-ipadic.
$ brew install mecab mecab-ipadic
Clone from repo and resolve dependencies.
$ git clone [email protected]:CircuitLab/design-east.git
$ cd design-east
$ npm install
Start application.
$ npm start
or
$ PORT=3333 npm start
$ cap deploy http://133.242.21.89:8080/
MIT