A centralized training resource for the FIRST Robotics community.
Dev Server: Link
$ cd /path/to/project-name
$ gulpTo test it visit http://localhost:8080/ in your browser.
For a complete list of commands:
$ gulp help$ cd /path/to/project-name
$ npm install
$ gulpIf something goes wrong you can always do:
$ gulp reset
$ npm install
$ gulpTo install [Gulp][] as a global package:
$ npm install -g gulp$ gulp deployBefore deploying make sure that the main/app.yaml and gulp/config.coffee
are up to date.
For Design references look at Bootstrap Material & Bootstrap Elements
This is built on top of gae-init. Review the project to get idea of what's going on in the overall project. Understanding how gae-init works should give you enough direction on how to make changes. Tips and Tricks to increase productivity: the gae-init project comes with a bunch of utils to make development easy refer to the docs for more help.
Have questions? Submit an issue.
- Build the best learning platform for the FIRST community.
- Make the platform as collaborative and community central as possible.
- Make the project modular and understanstable so anyone can contribute.
- *become a contributor and introduce your goals...
All Contributions are welcome.