/apizee-calculators

Some calculators

Primary LanguageHTML

Apizee Calculators

Here are some costs and savings calculators in the fields addressed by Apizee solutions.

Requirements

  • ruby
  • bundler
  • jekyll

Installation notes

# Install Ruby
sudo apt update
sudo apt upgrade
sudo apt install ruby-full

# Install jekyll et bundler
gem install jekyll bundler

# Install GEms listed in the Gemfile
bundle install

Development environment

How to generate a build of the site

bundle exec jekyll build

How to serve site

bundle exec jekyll serve --watch

Production

Deployed on Github Pages through Github Action standard deployment script.