ente/auth/docs/README.md
2024-03-06 16:23:40 +05:30

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/
```