centre-for-humanities-computing / grundtvig-chatbot-client-dev

Development repo for the N. F. S. Grundtvig chatbot app

Home Page:https://centre-for-humanities-computing.github.io/grundtvig-chatbot-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grundtvig-chatbot-dev

A danish chatbot with N. F. S. Grundtvig. try it here

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

  1. clone this repository
  2. enter it
    cd grundtvig-chatbot-dev/
    
  3. install dependencies
    npm i
    
  4. launch the development server
    npm run serve
    
  5. make changes
  6. 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

About

Development repo for the N. F. S. Grundtvig chatbot app

https://centre-for-humanities-computing.github.io/grundtvig-chatbot-app/

License:Apache License 2.0


Languages

Language:JavaScript 68.1%Language:Vue 28.3%Language:HTML 2.4%Language:Shell 1.1%