Skip to content

iKarTehFox/web-clock-docs

Repository files navigation

Online Web Clock Docs

This repository contains the documentation for Online Web Clock project. The documentation is built using Jekyll.

Getting Started

To view the documentation locally, follow these steps:

  1. Clone this repository
  • git clone https://github.com/ikartehfox/web-clock-docs.git
  1. Install Ruby on your machine
  2. Run bundle install
  3. Run bundle exec jekyll serve for locally serving the docs.
  • For live refresh, run bundle exec jekyll serve -l

To build for deployment, run bundle exec jekyll build.

Contributing

I appreciate contributions to improve the documentation. Feel free to fork and submit a pull request with your changes. If you prefer to report any problems with the docs or suggest improvements, please open an issue.