misoproject/misoproject.github.io

Name: misoproject.github.io

Owner: The Miso Project

Description: This is the builder for the public miso project website. It uses Staticmatic alongside some custom api generating code.

Created: 2012-03-08 19:34:41.0

Updated: 2017-02-18 19:06:28.0

Pushed: 2015-11-23 02:01:02.0

Homepage: misoproject.com

Size: 5387

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Miso Project Website

This is the builder for the public miso project website. It uses Staticmatic alongside some custom api generating code.

Submit any issues/requests for the Miso project website as issues here.

Development Only

If you'd like to work on this project, you'll need the following tools installed on your system: GNU Make, Ruby (with Bundler), and Node.js.

Setup

After cloning the repository, run the following commands from the project root:

git submodule init
git submodule update
bundle install
npm install
Building

From project root, run:

make
Previewing

To run a webserver on port 3000, run:

make view
Deploying
make deploy

This will create a branch named gh-pages, build the static site, and push the branch to the git remote named upstream. If you would like to deploy to another remote repository (for instance, origin during testing), you may set the UPSTREAM environmental variable:

UPSTREAM=origin make deploy
Notes

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.