This is the about site for One Among Us, a not-for-profit organization which operates one-among.us and other projects.
It is deployed by Hugo and GitHub Pages on oneamongus.ca.
Ensure you have cloned the repo and installed Node.js.
corepack enable
pnpm i
pnpm docs:dev
You can also use the following command to run the dev server locally.
docker compose up
If you got any troubles after we updated dependencies, try the command below.
docker compose build
pnpm docs:build