https://github.com/centre-for-humanities-computing/grundtvig-chatbot-client-dev
Development repo for the N. F. S. Grundtvig chatbot app
https://github.com/centre-for-humanities-computing/grundtvig-chatbot-client-dev
Last synced: 9 days ago
JSON representation
Development repo for the N. F. S. Grundtvig chatbot app
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/grundtvig-chatbot-client-dev
- Owner: centre-for-humanities-computing
- License: apache-2.0
- Created: 2019-10-24T17:05:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:23:45.000Z (over 3 years ago)
- Last Synced: 2025-09-10T00:00:04.288Z (10 months ago)
- Language: JavaScript
- Homepage: https://centre-for-humanities-computing.github.io/grundtvig-chatbot-app/
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grundtvig-chatbot-dev
A danish chatbot with N. F. S. Grundtvig. [try it here](https://centre-for-humanities-computing.github.io/grundtvig-chatbot-app/)
## For developers
In order to push your changes to the production repository of this app directly you need to [setup an ssh key for your github account](https://help.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account)
4) clone this repository
4) enter it
```
cd grundtvig-chatbot-dev/
```
4) install dependencies
```
npm i
```
4) launch the development server
```
npm run serve
```
4) make changes
4) build and deploy the app
```
sudo bash ./deploy.sh
```
```./deploy.sh``` transpiles the code and pushes the contents of ```./dist/``` to the gh-pages branch of the production repository on github.com