Skip to content

mvrt-115/MVRT_Site

Repository files navigation

#MVRT_Site

MVRT's beautiful website.

Getting Started

1. Clone the Repository

$ git clone http://github.com/mvrt-115/MVRT_Site.git

2. Install Prerequisites

  • NodeJS
  • Ruby
  • Bundler gem install bundler
  • GraphicsMagick
  • bundle install & bower install

3. Install Source Dependencies

$ npm install

Building, Testing, and Deploying Changes

Building The Source

Serve Locally:

$ gulp serve

Generate Production Code:

$ gulp production
$ # Built (production) source is available at `dist/`

Using dev.mvrt.com

####To add dev and dev1 as remotes:

$ # adding dev
$ git remote add dev [email protected]:dev.git
$ # adding dev1
$ git remote add dev1 [email protected]:dev1.git

####Pushing to dev and dev1:

$ git push [remote-name] [local-branch]:master
$ # Examples:
$ git push dev feature/updateDocs:master
$ git push dev1 develop:master

Contributing to Source

1. Fork this repository

$ git remote add [yourForkName] https://github.com/[yourUsername]/MVRT_Site.git

2. Create a branch

Branch off of the develop branch, creating a new branch for each individual change proposed. Name your branch something reasonable, like feature/blog or hotfix/buildScripts

$ git checkout origin/develop
$ git checkout -b [branchName]

3. Make your changes

(Details on the way)

4. Commit and push your changes to your fork

$ git commit -m "[commit message]"
$ git push

5. Create a pull request, to merge your code onto origin/develop

That's it!!

About

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 13