Rendered guide(s) at your fingertips
Make sure you have hugo extended installed, either drop hugo.exe
in the root dir or add it to your PATH.
# Clone the repository
git clone --recursive https://github.com/The-Balance-FFXIV/balance-static.git
# Navigate into it
cd ./glam/
# Install project dependencies and dependencies. If you prefer to not edit PATH, you can install globally.
export PATH=$PATH:node_modules/.bin
yarn install
# Run the server
hugo server --disableFastRender
# Server starts by default on `localhost:1313`
docker build -t balance-static:latest .
docker run --name balance-static -p 1313:1313 balance-static:latest