This is the website for the Oregon State University Robotics Club.
OS X & Linux:
cd OSURC-Website && npm install && npm start
Windows:
cd OSURC-Website && npm install && npm start
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].
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
- 0.0.1
- Just starting off trying to free ourselfs of the evil entity that is WordPress...
(Your Name) – YourEmail@example.com
Distributed under the MIT license. See MIT LICENSE
for more information.
https://github.com/yourname/github-link
- 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