https://github.com/coopdevs/katuma-landing-page
Katuma landing page
https://github.com/coopdevs/katuma-landing-page
Last synced: 26 days ago
JSON representation
Katuma landing page
- Host: GitHub
- URL: https://github.com/coopdevs/katuma-landing-page
- Owner: coopdevs
- Created: 2014-03-01T13:29:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T00:11:36.000Z (over 3 years ago)
- Last Synced: 2025-01-03T03:45:28.957Z (over 1 year ago)
- Language: HTML
- Homepage: http://katuma.org
- Size: 9.28 MB
- Stars: 4
- Watchers: 12
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# katuma-landing-page
This is the source code of [Katuma](http://katuma.org/)'s landing page. It's just a single HTML file, a CSS and a tiny bit of JS.
## Contributing
Please see [CONTRIBUTING.md](https://github.com/coopdevs/katuma-landing-page/blob/master/CONTRIBUTING.md)
## Development
This website is implemented with [Jekyllrb](https://jekyllrb.com/). After installing all dependencies with `bundle install` run the development server executing:
```shell
$ bundle exec jekyll serve
```
If you want to develop using Docker instead, install [Docker](https://docs.docker.com/install/) and [docker-compose](https://docs.docker.com/compose/install/) and run:
```shell
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`.