ente/desktop/docs
LI-NA 8e4ca0bc79 [desktop] Add shx and change the build command
To make the build script work on Windows, added the `shx` package in dev dependency and changed the `rm` and `ln` commands to `shx rm` and `shx ln`.
2024-03-25 20:11:44 +09:00
..
dependencies.md [desktop] Add shx and change the build command 2024-03-25 20:11:44 +09:00
dev.md Document that the main process is not restarted 2024-03-22 19:55:57 +05:30
README.md Document some and fix the path 2024-03-11 17:29:39 +05:30
release.md Update eslint settings to match main project 2024-03-19 19:17:01 +05:30

Developer docs

If you just want to run the Ente Photos desktop app locally or develop it, you can do:

yarn install
yarn dev

The docs in this directory provide more details that some developers might find useful. You might also find the developer docs for web useful.