https://github.com/boltops-tools/ufo-docs
UFO Documentation
https://github.com/boltops-tools/ufo-docs
Last synced: 9 months ago
JSON representation
UFO Documentation
- Host: GitHub
- URL: https://github.com/boltops-tools/ufo-docs
- Owner: boltops-tools
- License: mit
- Created: 2022-03-05T15:47:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T20:42:52.000Z (about 1 year ago)
- Last Synced: 2025-04-23T21:34:01.391Z (about 1 year ago)
- Language: JavaScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support.md
Awesome Lists containing this project
README
# UFO Documentation
This project powers the ufo documementation website: [ufoships.com](http://ufoships.com). It is a static website generated by [Jekyll](https://jekyllrb.com/).
## Contributing
For minor changes like typos, you can click **Suggest an edit to this page**, located at the bottom of each article. This will take you to the source file on GitHub, where you can submit a pull request for your change through the UI.
## Local Setup
For larger fixes, you can run the site locally with the following:
```
git clone https://github.com/boltops-tools/ufo-docs
bundle
bin/web # runs jekyll clean and jekyll serve
```
You'll be able to view the site on [http://localhost:4000](http://localhost:4000).