Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 765 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 765 Bytes

proton-sequencer

Sequencer (and Visualizer) for the CSE Winter Light Show. This is a desktop application using that Angular JS 2.0 and Github Electron.

Build script uses Gulp. A SCSS/SASS to CSS build will be used soon.

#Install

Install dependencies.

	npm install

If bower isn't installed, install it (may have to run as root)

	npm install --global bower

Install bower dependencies

	bower install

Install Application dependencies:

Change directory to app folder, then run

npm install

#Run

Return to the main program structure.

Run your application by entering following command in your command prompt

	gulp run

Credit

https://github.com/jasimea/ElectronAngular for the general structure.