0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/docs
Eric Helgeson 0e63efb490
Correct admin commands (#4177)
* Correct admin commands

Also use text for examples so they can be easily copied and updated.

* Add missing line

* remove leading # per feedback
2023-09-24 02:06:59 +00:00
..
blog blog: july 2023 (#3466) 2023-07-29 21:30:30 -05:00
docs Correct admin commands (#4177) 2023-09-24 02:06:59 +00:00
src docs: add mobile links (#3214) 2023-07-11 10:10:28 -05:00
static docs: add mobile links (#3214) 2023-07-11 10:10:28 -05:00
.gitignore
.prettierignore
.prettierrc
babel.config.js
docusaurus.config.js chore(docs): Some SQL queries to copy paste for advanced debugging (#4074) 2023-09-18 14:25:15 +00:00
package-lock.json docs: upgrade deps (#3215) 2023-07-11 10:09:19 -05:00
package.json docs: upgrade deps (#3215) 2023-07-11 10:09:19 -05:00
README.md
sidebars.js
tailwind.config.js
tsconfig.json
vercel.json

Website

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

Installation

$ yarn

Local Development

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

$ yarn 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 yarn deploy

Not using SSH:

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