A simple metronome base on node-webkit.
一个简洁的跨平台吉他节拍器,基于node-webkit。
Currently supports Windows and Mac OS systems, of course, you can also use the browser.
目前支持Windows与Mac OS系统,当然你也可以在浏览器中使用。
###Usage - 使用
- Windows:nw\Guitar-Beats 1.0\win\Guitar-Beats 1.0.exe
- Mac OS:nw\Guitar-Beats 1.0\osx\Guitar-Beats 1.0.app
- Web:build\index.html
###Development - 开发
This project is based on nodeJs and grunt, so you must install gurnt environment firstly.
此项目基于nodeJs与grunt,因而您必须先安装grunt环境。
- run
grunt watch
to develop. 开发 - run
grunt default
to package source codes. 打包