Coder Social home page Coder Social logo

Web and Mobile App Development Club @ Virginia Tech

Website: http://wmad.cs.vt.edu/

Want to make changes?

  • Fork this repository
  • Make changes in a branch
  • Make a PR!

Setup

A) Install a version of Ruby (if you have a 64 bit machine make sure you download the x64 one!)

https://www.ruby-lang.org/en/documentation/installation/

B) Install a devkit (read the side notes they put- download the right one!) : http://rubyinstaller.org/downloads/

C) Configuring your DevKit/binding it to your path:

From (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit):

" Quick start Download it, run it to extract it somewhere (permanent). Then (with the "Command Prompt with Ruby", you installed this in A): cd to it, run ruby dk.rb init and ruby dk.rb install to bind it to ruby installations in your path."

D) Putting everything together, with the Command Prompt with Ruby do...

  1. If you don't already have it, install bundler gem install bundler
  2. In the project root, run bundle install to get dependencies for Jekyll
  3. Start the development server with bundle exec jekyll serve

You should now be able to see the site running locally in a browser at http://localhost:4000

Adding a new post

Take a look at the other posts on the site to see how they are formatted.

  1. Create a new file in the _posts directory
  2. Add the frontmatter (stuff at the top) in the correct format
  3. Below that, add your Markdown post!

Commit changes to your local fork, push, then submit a PR!

mandwdevclub's Projects

cs3704 icon cs3704

CS 3704 Code Search Engine Project

js_intro icon js_intro

JavaScript Introduction concepts and samples

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.