0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/docs
Matthew Momjian 16d5996f77
docs: external library deletion/edits (#12079)
* external lib

* edit 2

* Update FAQ.mdx

* fixes
2024-08-27 15:30:01 -04:00
..
blog chore(docs): change some wording (#11201) 2024-07-18 16:52:45 -04:00
docs docs: external library deletion/edits (#12079) 2024-08-27 15:30:01 -04:00
src docs: mTLS/self signed FAQ entry (#12074) 2024-08-27 10:54:53 -05:00
static Version v1.112.1 2024-08-15 00:00:22 +00:00
.gitignore
.nvmrc chore(deps): update dependency node to v20.17.0 (#12040) 2024-08-25 22:50:51 -04:00
.prettierignore
.prettierrc
babel.config.js
docusaurus.config.js chore: more cursed knowledge (#11631) 2024-08-07 09:54:57 -04:00
package-lock.json chore(deps): update dependency tailwindcss to v3.4.9 (#11750) 2024-08-13 11:37:06 -04:00
package.json chore(deps): update dependency node to v20.17.0 (#12040) 2024-08-25 22:50:51 -04:00
README.md
sidebars.js
tailwind.config.js
tsconfig.json

Website

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

Installation

$ npm install

Local Development

$ npm 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

$ npm 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 npm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> npm 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.