/grundtvig-chatbot-client-dev

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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