https://github.com/olivia-ai/olivia-ai.org
💻 The website and an online client for Olivia
https://github.com/olivia-ai/olivia-ai.org
chatbot olivia olivia-website vue vue-cli-3
Last synced: 6 months ago
JSON representation
💻 The website and an online client for Olivia
- Host: GitHub
- URL: https://github.com/olivia-ai/olivia-ai.org
- Owner: olivia-ai
- License: mit
- Created: 2018-06-27T11:31:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:19:46.000Z (over 3 years ago)
- Last Synced: 2025-10-13T18:21:28.056Z (9 months ago)
- Topics: chatbot, olivia, olivia-website, vue, vue-cli-3
- Language: Vue
- Homepage: https://olivia-ai.org
- Size: 36 MB
- Stars: 30
- Watchers: 1
- Forks: 35
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Olivia's website and online chat
Website —
Chat online —
Getting started —
Blog —
Changelog —
Trello —
License
## Getting started
With docker:
Build the image
```bash
$ docker build -t front .
```
And then run it
```bash
$ docker run -p 8080:8080 front
```
## License
[MIT](https://github.com/olivia-ai/olivia-ai.org/blob/master/LICENSE)
Made with ❤️ by Hugo Lageneste
