mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 20:19:17 +00:00
12 lines
304 B
Markdown
12 lines
304 B
Markdown
## Developer docs
|
|
|
|
Documentation and notes about more advanced or infrequently needed details.
|
|
|
|
### Running
|
|
|
|
If you're using VSCode, you can setup the launch configuration by copying the
|
|
template into your `.vscode` folder at the root of the project.
|
|
|
|
```bash
|
|
cp auth/docs/vscode/launch.json .vscode/
|
|
``` |