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

https://github.com/theodoreai/grammar-editor-ai

The following is the front end of an AI web app that leverages OpenAI API and a back-end endpoint.
https://github.com/theodoreai/grammar-editor-ai

Last synced: about 1 month ago
JSON representation

The following is the front end of an AI web app that leverages OpenAI API and a back-end endpoint.

Awesome Lists containing this project

README

          

# grammarbot

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).