Skip to content

coopdevs/katuma-landing-page

Repository files navigation

katuma-landing-page

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.

Contributing

Please see CONTRIBUTING.md

Development

This website is implemented with Jekyllrb. After installing all dependencies with bundle install run the development server executing:

$ bundle exec jekyll serve

If you want to develop using Docker instead, install Docker and docker-compose and run:

docker-compose up

Now 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.