Squid is a small cool tool that give you a quick access to all your Github repositories, straight from from your Mac OS X menu bar. It was originally coded to learn react.js and the flux architecture. Now the project is seriously moving into a Github issues client. Any helps is welcome.
old screenshot, will be updated soon
- Didier Forest for the design
- Adrien Griveau for the iconography
After you cloned this repository to your workstation, follow the next steps to run Squid into developer mode:
-
first, install Node.js packages:
npm install
-
into
./package.json
setdebug
property totrue
(optional but useful). If you want a very cosy developpement environnement rename thewindow
property towindowProd
and rename thewindowDev
node towindow
. This will force nw.js to display the console. -
the following Gulp command will concatenate js/less files and wait for any further changes to do it again:
gulp
-
To start the Application, into a new terminal window run:
npm start
Run these command
sh build.sh
The freshly builded .dmg
will be available into the release
folder.
See the roadmap future developments.
if gulp throw a 'Error: EMFILE, open '/path/to/package.json' error
, run the following command:
ulimit -S -n 2048