blob: 8034659a1db8848fb83c34320bf2b62f35fc1249 [file] [log] [blame] [view]
## Apache HoraeDB (incubating) Website
> [!IMPORTANT]
> Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache
> Software Foundation (ASF), sponsored by the Apache Incubator PMC.
>
> Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of ["incubating"](https://incubator.apache.org/policy/incubation.html).
This repository stores all the source files of [HoraeDB website](https://horaedb.apache.org), it's built with [hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/).
## How to run
```bash
# Start a local server for preview
hugo serve
```
By default hugo will listen on http://localhost:1313
## Contributing
Welcome any contributions from the community. You can
- Open an [issue](https://github.com/apache/horaedb-docs/issues) with any suggestions, or
- Submit a [pull request](https://github.com/apache/horaedb-docs/pulls) to improve the website (trivial fixes are welcome).