Skip to content

Stock-Licensing-Protocol/stock-licensing-protocol.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocklicensingprotocol.com Website

Stocklicensingprotocol.com is a Jeyll website hosted on Github Pages. The initial website was created with the Minimal Mistakes Jekyll theme.

Getting Started Running Locally

Prerequisites

You will require Jeyll and all of it prerequisits installed locally. Here are the instructions.

Getting Started

Get a local version of the repo.

git clone https://github.com/Stock-Licensing-Protocol/stock-licensing-protocol.github.io.git

Install and run locally

bundle install
bundle exec jekyll serve

You should now be able to view the website locally in your browser at http://127.0.0.1:4000/.

If you have any issues with Jekyll then as for help on the Jekyill talk forums.

Contributing

Found a typo in the documentation or interested in fixing a bug? Then by all means submit an issue or pull request. If this is your first pull request, it may be helpful to read up on the GitHub Flow.