Giter Club home page Giter Club logo

robot.github.io's Introduction

Robot Home

Built with Grunt ZLIB Licensed

Hosts the official getrobot.net website encompassing all information related to the Robot project. The repository is separated into three branches: The master branch hosts the current live version of the website, the source branch hosts the source files used to compile the website, and the dev branch hosts the source files currently in development. The files in the master branch should never be modified directly as they get overwritten whenever the website gets recompiled, instead, modify the files in the source branch. To compile the website, follow the instructions below.

Getting Started

Perform the following once per machine install

  • Download and install Node.js onto your system
  • Open a terminal and install the grunt.js client
# Verify Node.js install
node -v

# Install Grunt.js client
npm install -g grunt-cli

Perform the following once per source branch pull

# Navigate to project root
cd path/to/robot.github.io/

# Install the dependencies
npm install

Compiling

To compile the website, make sure you have followed the getting started guide. Once you have installed node, the grunt.js client, and the project dependencies, compiling the website will be fast and simple. First, make sure your terminal window is pointing to the project root directory. Then use the following commands to compile the website:

# Compile the entire website
grunt

# Delete all compiled files
grunt clean

# Auto compile changed files
grunt watch

Contributing

See the contributing guide here.

robot.github.io's People

Contributors

dkrutsko avatar

Watchers

Siddharth Shanker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.