This repository contains the assets required to build the Genji documentation.
The Genji website uses the Docsy Hugo theme installed as a Hugo module.
To use this repository, you need to install Hugo.
Clone the repository and navigate to the directory:
git clone https://github.com/genjidb/docs.git
cd docs
To build and test the site locally, run:
hugo serve
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website.