Skip to content

neural-processing-lab/2025-libribrain-competition

Repository files navigation

LibriBrain Competition Website

Clone

git clone [email protected]:neural-processing-lab/2025-libribrain-competition.git

Build and Run

With Docker

To build it with Docker, run

cd 2025-libribrain-competition
docker compose -f docker/docker-compose.yml up --build

All done! You should be able to view the website at http://localhost:1314/.

Local System

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 1314

Now you should be able to view the website at http://localhost:1314/.

Update and Deploy

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.

About

LibriBrain Competition Website based on PNPL homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6