Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

volentixlabsinc/volentix.github.io

Repository files navigation

Volentix Website

standard-readme compliant Semver Open Source Love License PRs Welcome GitHub version

Welcome

Website for Volentix.

This repository will house the artifacts for our public website.

Overview

This project houses the html, css, and javascript files for the website.

This project uses:

Usage

Note that the master branch is used to house the generated artifacts. Although Github does support Jekyll, it does not support jekyll-polyglot at this time. As a result, the jekyll project will be housed in the development branch.

In order to develop this project locally, you will need to make sure you have the following:

  • ruby version 2.1 or greater
  • gem 2.0 or greater

Once ruby and gem have been installed and configured, you will need to install Jekyll:

Switch to the develop branch:

git checkout development

Install Bundler and Jekyll.

gem install jekyll bundler

Run (one time):

bundle install

To build:

jekyll build

To serve:

jekyll serve

Open a web browser to: http://localhost:4000

Additionally, you will need to, when changing the i18n artifacts, to stop Jekyll, build, and serve again to see your changes.

Happy coding!

Maintainers

@realrhys

Rules To Live By

See the code of conduct file!

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 VolentixLabs

Releases

No releases published

Packages

No packages published