angular-typewrite
angular-typewrite copied to clipboard
Development workflow
Hello! I want to contribute to this repo but i don't have figured out how to run the project.
What i had done so far:
-
npm install && bower install -
grunt serve(serve task throwed a error about 'grunt-remove' module) -
npm i grunt-remove --save-dev -
grunt serve(compass cmd not found) -
gem install compass -
grunt serve(no sass found to compile :( )
After this, i simple run a hs -c -1 cmd on folder and tried to run the application.
- views/main.html doesn't exists in this repo.
- styles/main.6958d3ff.css and scripts/scripts.js either
I know these files are in 'gh-pages' branch, but, what's the workflow for development?
Thanks in advance!