Skip to content

A centralized training resource for all FIRST Robotics team. Soon...

License

Notifications You must be signed in to change notification settings

FOSSRIT/FIRSTMastery

 
 

Repository files navigation

FIRSTMastery

A centralized training resource for the FIRST Robotics community.

Dev Server: Link

Running the Development Environment

$ cd /path/to/project-name
$ gulp

To test it visit http://localhost:8080/ in your browser.


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ cd /path/to/project-name
$ npm install
$ gulp

If something goes wrong you can always do:

$ gulp reset
$ npm install
$ gulp

To install [Gulp][] as a global package:

$ npm install -g gulp

Deploying on Google App Engine

$ gulp deploy

Before deploying make sure that the main/app.yaml and gulp/config.coffee are up to date.

Development

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.

GOALS and Objectives :

  • 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.

About

A centralized training resource for all FIRST Robotics team. Soon...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • HTML 39.9%
  • CoffeeScript 4.5%
  • CSS 3.2%
  • JavaScript 3.1%