Copyright (C) 2017-2022 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
This is the documentation for FOLIO apps. If working with this Hugo site locally, be sure to execute
git submodule update --init --recursive
before attempting to build with Hugo for the first time.
One way to locally serve the site is with Docker
- Install Docker for your operating system
- From the docs directory, run
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:ext-alpine server
Another option is to run Hugo locally on your computer
- Install Hugo for your operating system
- From the docs directory, run
hugo server -D
After serving, visit http://localhost:1313
See project DOCS at the FOLIO issue tracker.