https://github.com/simply007/kontent-environments-comparer
https://github.com/simply007/kontent-environments-comparer
kontent-ai kontent-ai-tool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simply007/kontent-environments-comparer
- Owner: Simply007
- Created: 2021-02-05T19:50:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T10:43:39.000Z (about 3 years ago)
- Last Synced: 2025-04-30T04:34:23.412Z (about 1 year ago)
- Topics: kontent-ai, kontent-ai-tool
- Language: Vue
- Homepage: https://ondrej.chrastina.dev/kontent-environments-comparer/
- Size: 8.34 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kontent.ai environments comparer

## 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
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).