Oregon State University Robotics' Website
This is the website generates a matrix to the dimentions of the current screen.
Installation
OS X & Linux:
sudo apt update && sudo apt upgrade
sudo apt install git && sudo apt install nodejs && sudo apt install npm
git clone https://github.com/bradforn/webpage-matrix
cd webpage-matrix
npm install
npm start
Windows: Download NodeJS and Git Bash
git clone https://github.com/bradforn/webpage-matrix
cd webpage-matrix
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 for no good reason...
Contributers
(Nicholas W. Bradford) – bradforn@oregonstate.edu
Distributed under the MIT license. See MIT LICENSE
for more information.
https://github.com/bradforn/webpage-matrix
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request