This repository contains the documentation for Online Web Clock project. The documentation is built using Jekyll.
To view the documentation locally, follow these steps:
- Clone this repository
git clone https://github.com/ikartehfox/web-clock-docs.git
- Install Ruby on your machine
- Run
bundle install
- 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
.
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.