Skip to content

NorthBricks/www.northbricks.io

Repository files navigation

Northbricks Developer Portal

This is Northbricks Developer Portal.

The website is a static website that is built with Jekyll and hosted with HitHub Pages from this repo. The API specification is displayed by the RapiDoc Component using the OpenApi specification files in /assest/api-spec

Run local server

Start local server.

bundle exec jekyll serve

Deploy

Just check in the code to the master branch.

Prerequisites Ubuntu

These dependencies need to be installed to build and run on Ubuntu.

sudo apt-get install ruby-full build-essential zlib1g-dev

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

gem install jekyll bundler