An open API service indexing awesome lists of open source software.

https://github.com/unit-mesh/auto-dev-idea-repository

the Intellij IDEA Custom Plugin Repository
https://github.com/unit-mesh/auto-dev-idea-repository

Last synced: about 1 year ago
JSON representation

the Intellij IDEA Custom Plugin Repository

Awesome Lists containing this project

README

          

# Auto-dev-idea-repository
the Intellij IDEA Custom Plugin Repository

1. Go to `Settings` → `Plugins` → `Marketplace` → `Manage Plugin Repositories`
2. Add the following URL:
```
https://plugin.unitmesh.cc/updatePlugins.xml
```

## Running Locally

```bash
npm i -g vercel
vercel dev
```

Your Flask application is now available at `http://localhost:3000`.