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.
- Host: GitHub
- URL: https://github.com/theodoreai/grammar-editor-ai
- Owner: TheodoreAI
- License: apache-2.0
- Created: 2023-05-22T03:52:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:34:29.000Z (about 2 years ago)
- Last Synced: 2025-02-01T02:48:40.051Z (over 1 year ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).