/OSURC-Website

This is the website for osurobotics.club

Primary LanguageHTMLMIT LicenseMIT

Dependency Status MIT Licensed

Oregon State University Robotics' Website

This is the website for the Oregon State University Robotics Club.

Installation

OS X & Linux:

cd OSURC-Website && npm install && npm start

Windows:

cd OSURC-Website && npm install && npm start

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the [Wiki][wiki].

Development setup

This website is build for NodeJS with the npm dependancies of express, handlebars, express-handlebars, and fs.

sudo apt install nodejs
git clone https://github.com/bradforn/OSURC-Website
cd OSURC-Website
npm install
npm start

Release History

  • 0.0.1
    • Just starting off trying to free ourselfs of the evil entity that is WordPress...

Contributers

(Your Name) – YourEmail@example.com

Distributed under the MIT license. See MIT LICENSE for more information.

https://github.com/yourname/github-link

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request