ente/auth/docs/README.md

12 lines
304 B
Markdown
Raw Normal View History

2024-03-02 07:17:40 +00:00
## 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/
```