immich/docs
2025-11-28 15:11:17 +01:00
..
docs fix(docs): build cli for e2e tests (#24184) 2025-11-28 15:11:17 +01:00
src
static chore: version v2.3.1 2025-11-20 02:20:16 +00:00
.gitignore
.nvmrc chore(deps): update node.js to v24.11.1 (#24147) 2025-11-25 11:55:36 +01:00
.prettierignore
.prettierrc
babel.config.js
docusaurus.config.js
mise.toml feat: mise monorepo tasks (#23691) 2025-11-10 15:55:15 +01:00
package.json chore(deps): update node.js to v24.11.1 (#24147) 2025-11-25 11:55:36 +01:00
README.md
sidebars.js
tailwind.config.js
tsconfig.json

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ pnpm install

Local Development

$ pnpm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true pnpm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> pnpm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.