This is the source code of Katuma's landing page. It's just a single HTML file, a CSS and a tiny bit of JS.
Please see CONTRIBUTING.md
This website is implemented with Jekyllrb. After installing all dependencies with bundle install run the development server executing:
$ bundle exec jekyll serveIf you want to develop using Docker instead, install Docker and docker-compose and run:
docker-compose upNow navigate to http://127.0.0.1:4000/ to see the site.
Keep in mind that any change in the Gemfile will require rebuilding the image running the command docker-compose up --build.