https://github.com/ikartehfox/web-clock-docs
Just the Docs for Online Web Clock
https://github.com/ikartehfox/web-clock-docs
docs documentation jekyll jekyll-site just-the-docs ruby rubygems
Last synced: 2 months ago
JSON representation
Just the Docs for Online Web Clock
- Host: GitHub
- URL: https://github.com/ikartehfox/web-clock-docs
- Owner: iKarTehFox
- License: mit
- Created: 2024-09-29T23:09:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T08:08:36.000Z (about 1 year ago)
- Last Synced: 2025-05-22T09:29:35.007Z (about 1 year ago)
- Topics: docs, documentation, jekyll, jekyll-site, just-the-docs, ruby, rubygems
- Language: Ruby
- Homepage: https://online-clock-docs.pages.dev/
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
2. Install [Ruby](https://rubyinstaller.org/downloads) on your machine
3. Run `bundle install`
4. 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](https://github.com/ikartehfox/web-clock-docs/issues).