opensourcedesign/opensourcedesign.github.io

Name: opensourcedesign.github.io

Owner: Open Source Design

Description: :art: :computer: :smile: source code of our website

Created: 2015-02-08 18:12:40.0

Updated: 2018-01-16 06:26:03.0

Pushed: 2018-01-17 16:15:25.0

Homepage: http://opensourcedesign.net

Size: 27529

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

opensourcedesign.github.io Travis Badge

Website of the Open Source Design community, hosted on Github pages.

Edit Website

Editing content on opensourcedesign.net can be done in two relatively simple ways, both of which, require a GitHub account.

  1. Using GitHub's nifty file editor

Github file tools

  1. Using the Prose Editor
  2. Modifying source code (technical)
Code & Design The Website

You need some basic ability to use a terminal as well as some knowledge of web development like HTML, CSS, and JavaScript. The site is built with the following programming tools:

Installing

This step requires having a ruby development environment and git installed and configured to connect to Github with SSH.

 gem install bundler 
  1. Fork and clone the main website repository
clone git@github.com:opensourcedesign/opensourcedesign.github.io
pensourcedesign.github.io/
le install
  1. Run our installer script

This will pull down all of the repositories (jobs, events, etc…) and put them in there proper place to build our website locally.

ripts/install.sh 

Note: you need to be a member of our GitHub organization.

  1. Build the static site & watch for files
ll serve --watch --config _config.yml,_config-dev.yml
Updating

Updating the various repos can be done with running the this script

ripts/update.sh

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.