git clone [email protected]:neural-processing-lab/2025-libribrain-competition.gitTo build it with Docker, run
cd 2025-libribrain-competition
docker compose -f docker/docker-compose.yml up --buildAll done! You should be able to view the website at http://localhost:1314/.
To build and preview the site locally, install hugo from https://github.com/gohugoio/hugo/releases/. The Dockerfile and the workflow in this repository use version 0.121.1.
Once installed, run
cd 2025-libribrain-competition
hugo server --disableFastRender --port 1314Now you should be able to view the website at http://localhost:1314/.
To update the content of the website, modify the relevant files in the content directory. If the above command is running, you can preview the changes live. Once everything looks good, update the main branch (ideally via a PR) to deploy the site.