An open API service indexing awesome lists of open source software.

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

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