bitcoinxt/website

Name: website

Owner: Bitcoin XT

Description: Website sources for bitcoinxt.software

Created: 2015-08-12 12:39:15.0

Updated: 2018-04-13 12:21:10.0

Pushed: 2018-04-13 12:21:09.0

Homepage: null

Size: 4456

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bitcoinxt.website

This is the repository for bitcoinxt.website .

How do I install and run Jekyll?

You must have Ruby installed in order to download and use Jekyll. The Ruby download page provides instructions for getting Ruby setup on different platforms:

http://www.ruby-lang.org/en/downloads/

After you have Ruby installed, open up the command prompt on the project directory and type:

gem install bundle
bundle install

(OSX and Unix users may need to prefix the first command with sudo.)

After Jekyll is installed, you can start it up in a given directory like this:

bundle exec jekyll serve

This will start Jekyll on port 4000. You can now view the prototype in your Web browser at this URL:

http://localhost:4000

Exporting

To export your project, use the “build” command:

bundle exec jekyll build

The site will be generated under _site


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.