This is the landing page of Reef Technologies.
Main domain: https://reef-technologies.com.
Also available at:
It's built using Jekyll and hosted on GitHub Pages.
Requirements:
- Ruby 3.X
- Bundler (should be installed with Ruby by default)
Best to install using rbenv, like:
- Install
rbenvandruby-buildfor your system. - Run
rbenv initto initializerbenv. cdinto the project directory.- Install the correct Ruby version:
rbenv install.
bundle install
bundle exec jekyll serve
This will start a local server at http://localhost:4000.