immich/docs
2025-09-05 19:44:39 +00:00
..
blog
docs chore(docs): Avoid /data in external library examples (#21357) 2025-08-29 10:24:21 -05:00
src
static chore: version v1.141.1 2025-09-05 19:44:39 +00:00
.gitignore
.nvmrc chore(deps): update node.js to v22.19.0 (#21509) 2025-09-05 08:43:58 -04:00
.prettierignore
.prettierrc
babel.config.js
docusaurus.config.js
package.json chore(deps): update node.js to v22.19.0 (#21509) 2025-09-05 08:43:58 -04: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.